Skip to content

Commit e24e03a

Browse files
author
Thomas Taschauer
committed
fix test action
1 parent 48aef1a commit e24e03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
run: bundle install
4949

5050
- name: simulator
51-
run: /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/MacOS/Simulator &
51+
run: "$(xcode-select --print-path)$(echo /Applications/Simulator.app/Contents/MacOS/Simulator)" &
5252
- name: run tests
5353
run: bundle exec fastlane tests

0 commit comments

Comments
 (0)