Skip to content

Commit

Permalink
Echo Swift version before testing and building.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 22, 2024
1 parent 8f0af15 commit f67beaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Check Swift version
run: swift --version
- name: Check a Release build
run: swift build --disable-automatic-resolution -c release

run-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: fwal/setup-swift@v1
- uses: fwal/setup-swift@v2
- name: Check Swift version
run: swift --version
- name: Run tests
run: swift test

0 comments on commit f67beaf

Please sign in to comment.