Skip to content

Commit afdd145

Browse files
committed
add step to list available simulators to help troubleshoot failing tests
1 parent 0c9c1a5 commit afdd145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- name: Set up XCode
2828
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
29+
30+
- name: List available simulators
31+
run: xcrun simctl list devices
2932

3033
- name: Bundle Install
3134
run: bundle install

0 commit comments

Comments
 (0)