Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarDegas committed Mar 29, 2024
1 parent 1810cf4 commit 13fe8ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
runs-on: macos-latest

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10.0"
- uses: actions/checkout@v4
- name: Run tests
run: swift test -v
run: swift test

0 comments on commit 13fe8ca

Please sign in to comment.