Skip to content

Commit cb654d2

Browse files
Update run-tests-WaterfallGridSample.yml
1 parent 2c22cc9 commit cb654d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-WaterfallGridSample.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
run: xcodebuild -list
2323
- name: Show eligible build destinations
2424
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"
25+
- name: Build and run tests for destination
26+
run: xcodebuild test -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15 Pro"

0 commit comments

Comments
 (0)