Skip to content

Commit 4f603c2

Browse files
committed
Test commit.
1 parent bf4cfb2 commit 4f603c2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Check Xcode
2828
run: xcode-select -p && xcodebuild -version
2929

30+
- name: Check iOS Simulator
31+
run: |
32+
xcrun simctl list devices
33+
xcrun simctl list runtimes
34+
3035
# - name: Check Cache
3136
# uses: actions/cache@v2
3237
# id: cocoapods-cache

0 commit comments

Comments
 (0)