Skip to content

Commit d2bda37

Browse files
authored
Create destination.yml
1 parent 753826d commit d2bda37

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/destination.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Reproduce Simulator Destination Error
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
test:
8+
runs-on: macos-14
9+
10+
steps:
11+
- name: Checkout repository
12+
uses: actions/checkout@v3
13+
14+
- name: Run xcodebuild with invalid simulator
15+
run: |
16+
xcodebuild -project Test.xcodeproj \
17+
-scheme DEV \
18+
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest' \
19+
-testPlan UnitTests \
20+
build-for-testing

0 commit comments

Comments
 (0)