Skip to content

Commit 54875e1

Browse files
Update run-tests-WaterfallGridSample.yml
1 parent 435aab0 commit 54875e1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

+13-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,17 @@ jobs:
3636
- name: Install xcpretty
3737
run: gem install xcpretty
3838

39-
- name: Build and run tests for destination
39+
- name: Build and run tests (iOS)
4040
run: xcodebuild test -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.5,name=iPhone 15 Pro" | xcpretty
41+
42+
- name: Build (macOS)
43+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,name=My Mac" | xcpretty
44+
45+
- name: Build (Mac Catalyst)
46+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,variant=Mac Catalyst,name=My Mac" | xcpretty
47+
48+
- name: Build (tvOS)
49+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=tvOS Simulator,OS=17.5,name=Apple TV" | xcpretty
50+
51+
- name: Build (watchOS)
52+
run: xcodebuild build -scheme WaterfallGrid -destination "platform=watchOS Simulator,OS=10.5,name=Apple Watch Ultra 2 (49mm)" | xcpretty

0 commit comments

Comments
 (0)