Create destination.yml

This commit is contained in:
sangeeths03
2025-05-09 19:02:32 +05:30
committed by GitHub
parent 753826d4e9
commit d2bda374e8

20
.github/workflows/destination.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Reproduce Simulator Destination Error
on:
workflow_dispatch:
jobs:
test:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run xcodebuild with invalid simulator
run: |
xcodebuild -project Test.xcodeproj \
-scheme DEV \
-destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=latest' \
-testPlan UnitTests \
build-for-testing