Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shndrs authored Dec 7, 2024
1 parent e702fa1 commit b804dfc
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:
uses: swift-actions/setup-swift@v1
with:
swift-version: '5.7'
- name: Build and Test
run: |
swift build -v
swift test -v
- name: Install dependencies
run: swift package resolve

- name: Clean the project
run: swift package clean

- name: Build project (verbose)
run: swift build -v

- name: Run tests (verbose)
run: swift test -v

0 comments on commit b804dfc

Please sign in to comment.