We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad31015 commit 5289241Copy full SHA for 5289241
1 file changed
.github/workflows/build-analyse.yml
@@ -22,4 +22,4 @@ jobs:
22
23
- name: Build
24
run: |
25
- xcodebuild clean build analyze -scheme TrollSpeed -project TrollSpeed.xcodeproj CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]}
+ xcodebuild clean build analyze -scheme TrollSpeed.Sim -project TrollSpeed.xcodeproj | xcpretty && exit ${PIPESTATUS[0]}
0 commit comments