Skip to content

Commit

Permalink
Update run-tests-WaterfallGridSample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paololeonardi authored Jul 21, 2024
1 parent 435aab0 commit 54875e1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/run-tests-WaterfallGridSample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,17 @@ jobs:
- name: Install xcpretty
run: gem install xcpretty

- name: Build and run tests for destination
- name: Build and run tests (iOS)
run: xcodebuild test -scheme WaterfallGrid -destination "platform=iOS Simulator,OS=17.5,name=iPhone 15 Pro" | xcpretty

- name: Build (macOS)
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,name=My Mac" | xcpretty

- name: Build (Mac Catalyst)
run: xcodebuild build -scheme WaterfallGrid -destination "platform=macOS,variant=Mac Catalyst,name=My Mac" | xcpretty

- name: Build (tvOS)
run: xcodebuild build -scheme WaterfallGrid -destination "platform=tvOS Simulator,OS=17.5,name=Apple TV" | xcpretty

- name: Build (watchOS)
run: xcodebuild build -scheme WaterfallGrid -destination "platform=watchOS Simulator,OS=10.5,name=Apple Watch Ultra 2 (49mm)" | xcpretty

0 comments on commit 54875e1

Please sign in to comment.