Skip to content

Commit

Permalink
Fix copy-pasta in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 22, 2024
1 parent 3413323 commit 3b5d4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme Neon -destination "${{ matrix.destination }}" test | xcbeautify
run: set -o pipefail && xcodebuild -scheme RelativeCollections -destination "${{ matrix.destination }}" test | xcbeautify

0 comments on commit 3b5d4f4

Please sign in to comment.