Skip to content

Commit c8113c0

Browse files
authored
[DO NOT REVIEW] github action iOS simulator
1 parent 88f0885 commit c8113c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
7979
# github actions are very poor in supporting iOS simulators:
8080
# - to find pre-installed xcode version, run this:
81-
# > ls /Applications/
81+
ls /Applications/
8282
# - to find supported simulator os versions, run this (and find simulator with non-error "datapath")
83-
# > xcrun simctl list --json devices
83+
xcrun simctl list --json devices
8484
8585
# switch to the target xcode version
8686
sudo xcode-select -switch /Applications/Xcode_$SIMULATOR_XCODE_VERSION.app

0 commit comments

Comments
 (0)