Skip to content

Commit

Permalink
Update scheme?
Browse files Browse the repository at this point in the history
  • Loading branch information
griotspeak committed Jun 9, 2024
1 parent 17d9aba commit 5105c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Get Scheme Names
run: xcodebuild -list
- name: Test platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild -scheme DiscriminatedUnion -destination "${{ matrix.destination }}" -disableAutomaticPackageResolution test | xcbeautify
run: set -o pipefail && xcodebuild -scheme DiscriminatedUnionClient -destination "${{ matrix.destination }}" -disableAutomaticPackageResolution test | xcbeautify

0 comments on commit 5105c0d

Please sign in to comment.