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 6a3eb30 commit 68edecdCopy full SHA for 68edecd
1 file changed
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || '26.0.1' }}
21
steps:
22
- uses: actions/checkout@v4
23
+ - name: "xcrun simctl list"
24
+ run: "xcrun simctl list"
25
- name: "Lint"
26
run: make lint
27
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test)"
0 commit comments