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 f250f80 commit 93b4327Copy full SHA for 93b4327
.github/workflows/cron-checks.yml
@@ -39,6 +39,7 @@ jobs:
39
GITHUB_EVENT: ${{ toJson(github.event) }}
40
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
41
XCODE_VERSION: "26.1"
42
+ IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})"
43
steps:
44
- uses: actions/checkout@v4.1.1
45
- uses: ./.github/actions/bootstrap
@@ -59,7 +60,7 @@ jobs:
59
60
- name: Launch Allure TestOps
61
run: bundle exec fastlane allure_launch cron:true
62
- name: Run UI Tests (Debug)
- run: bundle exec fastlane test_e2e_mock device:"${{ matrix.device }} (${{ matrix.ios }})"
63
+ run: bundle exec fastlane test_e2e_mock device:"${{ env.IOS_SIMULATOR_DEVICE }}"
64
timeout-minutes: 90
65
- name: Allure TestOps Upload
66
if: success() || failure()
0 commit comments