Skip to content

Commit

Permalink
chore: update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daoseng33 committed Oct 4, 2024
1 parent ff589bc commit b482a51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Check Swift version
run: swift --version

- name: Set Swift tools version
run: swift package tools-version --set-current

Expand All @@ -25,4 +28,3 @@ jobs:

- name: Run tests
run: swift test -v

0 comments on commit b482a51

Please sign in to comment.