We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ecd68d commit dfdd02bCopy full SHA for dfdd02b
2 files changed
.github/workflows/ios_main.yml
@@ -28,10 +28,6 @@ jobs:
28
name: test
29
runs-on: macos-latest
30
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
-
35
- uses: actions/checkout@v1
36
- name: Checkout submodule
37
run: git submodule update --init --recursive
fastlane/Fastfile
@@ -45,7 +45,8 @@ platform :ios do
45
lane :tests do
46
run_tests(
47
workspace: "OpenDocumentReader.xcworkspace",
48
- scheme: "ODR Full"
+ scheme: "ODR Full",
49
+ prelaunch_simulator: true
50
)
51
end
52
0 commit comments