We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bbeb8 commit 8c242f0Copy full SHA for 8c242f0
1 file changed
.github/workflows/ios_main.yml
@@ -48,6 +48,6 @@ jobs:
48
run: bundle install
49
50
- name: simulator
51
- run: $(xcode-select --print-path)$(echo /Applications/Simulator.app/Contents/MacOS/Simulator) &
+ 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
53
run: bundle exec fastlane tests
0 commit comments