Skip to content

Commit a5f93db

Browse files
committed
Let fastlane detect device
1 parent 2424d05 commit a5f93db

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
make bootstrap
3030
- name: Run Fastlane Build
3131
run: |
32-
xcrun instruments -s devices
33-
xcrun instruments -w "Apple TV (13.3)" || true
34-
bundle exec fastlane scan --device "Apple TV (13.3)"
32+
bundle exec fastlane scan
3533
- name: Send coverage to Codecov
3634
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)