Skip to content

Commit 68edecd

Browse files
committed
Print available simulators
1 parent 6a3eb30 commit 68edecd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || '26.0.1' }}
2121
steps:
2222
- uses: actions/checkout@v4
23+
- name: "xcrun simctl list"
24+
run: "xcrun simctl list"
2325
- name: "Lint"
2426
run: make lint
2527
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"

0 commit comments

Comments
 (0)