Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyahu41 authored Dec 26, 2023
1 parent 5581df3 commit b1549fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
#- name: Build
# run: swift build -v
#- name: Run tests
# run: swift test -v
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v

0 comments on commit b1549fe

Please sign in to comment.