Skip to content

Commit 8c242f0

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

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) --args -CurrentDeviceUDID $(xcrun instruments -s | grep -Eo "iPhone 8 .*" | grep -Eo "\[.*\]" | sed "s/^\[\(.*\)\]$/\1/") &
5252
- name: run tests
5353
run: bundle exec fastlane tests

0 commit comments

Comments
 (0)