Skip to content

Commit

Permalink
Add comment to CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jan 29, 2024
1 parent a45aaf8 commit c3b18c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run Tests
run: |
# If default toolchain in Xcode is used, `env.TOOLCHAINS` will be empty
if [[ -n "${{ env.TOOLCHAINS }}" ]]; then
xcrun --toolchain ${{ env.TOOLCHAINS }} swift test --verbose
else
Expand Down

0 comments on commit c3b18c4

Please sign in to comment.