Skip to content

Commit

Permalink
Fix GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Mar 7, 2024
1 parent a225d45 commit c0ee0fa
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
- name: Checkout repository
uses: actions/checkout@v2
- name: Configure Swift version
uses: swift-actions/setup-swift@v1
with:
swift-version: "5.8"
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit c0ee0fa

Please sign in to comment.