Skip to content

Commit 17bbeb8

Browse files
author
Thomas Taschauer
committed
fix test action
1 parent e24e03a commit 17bbeb8

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: "$(xcode-select --print-path)$(echo /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)