We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2424d05 commit a5f93dbCopy full SHA for a5f93db
.github/workflows/push.yml
@@ -29,8 +29,6 @@ jobs:
29
make bootstrap
30
- name: Run Fastlane Build
31
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)"
+ bundle exec fastlane scan
35
- name: Send coverage to Codecov
36
run: bash <(curl -s https://codecov.io/bash)
0 commit comments