We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e036289 commit 33474a1Copy full SHA for 33474a1
.github/workflows/ci.yml
@@ -43,7 +43,9 @@ jobs:
43
if: steps.cache-ios-15-runtime.outputs.cache-hit != 'true'
44
run: sudo xcodes runtimes install "iOS 15.5"
45
- name: Build
46
- run: xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
+ run: |
47
+ xcrun simctl list devices
48
+ xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
49
- name: Run tests
50
run: xcodebuild test -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
51
ubuntu:
0 commit comments