Skip to content

Commit d3cea94

Browse files
committed
debug
1 parent 36b0688 commit d3cea94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ jobs:
8282
- name: Install applesimutils
8383
run: brew tap wix/brew && brew install applesimutils
8484

85+
- name: Xcode info & runtimes
86+
shell: bash
87+
run: |
88+
xcode-select -p
89+
xcodebuild -version
90+
xcodebuild -showsdks
91+
xcrun simctl list runtimes
92+
xcrun simctl list devices
93+
8594
- name: Build
8695
run: npx detox build --configuration ios.sim.release
8796

0 commit comments

Comments
 (0)