Skip to content

Commit

Permalink
List schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Sep 7, 2024
1 parent 1b1442b commit 66efc98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
if: ${{ steps.failed_command.outcome != 'failure' }}
run: exit 1
- name: Verify Xcode plugin
run: xcodebuild -scheme Main -destination 'platform=macOS' build 2>&1 | grep -q "Force Cast Violation"
run: |
xcodebuild -list
xcodebuild -scheme Main -destination 'platform=macOS' build 2>&1
- name: Let Xcode build fail
id: failed_xcode_build
run: xcodebuild -scheme Main -destination 'platform=macOS' build
Expand Down

0 comments on commit 66efc98

Please sign in to comment.