We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22cc9 commit cb654d2Copy full SHA for cb654d2
.github/workflows/run-tests-WaterfallGridSample.yml
@@ -22,5 +22,5 @@ jobs:
22
run: xcodebuild -list
23
- name: Show eligible build destinations
24
run: xcodebuild -showdestinations -scheme WaterfallGrid
25
- - name: Build for destination
26
- run: xcodebuild build -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro"
+ - name: Build and run tests for destination
+ run: xcodebuild test -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro"
0 commit comments