Skip to content

Commit

Permalink
workflow fix v02
Browse files Browse the repository at this point in the history
  • Loading branch information
Genaro-Chris committed Oct 20, 2023
1 parent db76e4a commit e5b76af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test


0 comments on commit e5b76af

Please sign in to comment.