File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 name : test
2929 runs-on : macos-latest
3030 steps :
31+ # start simulator as early as possible in order to give it enough time to boot
32+ - name : simulator
33+ run : $(xcode-select --print-path)$(echo /Applications/Simulator.app/Contents/MacOS/Simulator) --args -CurrentDeviceUDID $(xcrun instruments -s | grep -Eo "iPhone 8 .*" | grep -Eo "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") &
34+
3135 - uses : actions/checkout@v1
3236 - name : Checkout submodule
3337 run : git submodule update --init --recursive
4751 - name : fastlane
4852 run : bundle install
4953
50- - name : simulator
51- run : $(xcode-select --print-path)$(echo /Applications/Simulator.app/Contents/MacOS/Simulator) --args -CurrentDeviceUDID $(xcrun instruments -s | grep -Eo "iPhone 8 .*" | grep -Eo "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") &
52- - name : run tests
54+ - name : run tests
5355 run : bundle exec fastlane tests
You can’t perform that action at this time.
0 commit comments