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