We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72d097 commit 48aef1aCopy full SHA for 48aef1a
1 file changed
.github/workflows/ios_main.yml
@@ -48,6 +48,6 @@ jobs:
48
run: bundle install
49
50
- name: simulator
51
- run: open -a simulator
+ run: /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator &
52
- name: run tests
53
run: bundle exec fastlane tests
0 commit comments