Skip to content

Commit 33474a1

Browse files
committed
Show list of devices before build
1 parent e036289 commit 33474a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
if: steps.cache-ios-15-runtime.outputs.cache-hit != 'true'
4444
run: sudo xcodes runtimes install "iOS 15.5"
4545
- name: Build
46-
run: xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
46+
run: |
47+
xcrun simctl list devices
48+
xcodebuild build -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
4749
- name: Run tests
4850
run: xcodebuild test -scheme EventSource -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13 Pro,OS=15.5'
4951
ubuntu:

0 commit comments

Comments
 (0)