Skip to content

Commit 93b4327

Browse files
committed
Update
1 parent f250f80 commit 93b4327

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cron-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
GITHUB_EVENT: ${{ toJson(github.event) }}
4040
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
4141
XCODE_VERSION: "26.1"
42+
IOS_SIMULATOR_DEVICE: "${{ matrix.device }} (${{ matrix.ios }})"
4243
steps:
4344
- uses: actions/checkout@v4.1.1
4445
- uses: ./.github/actions/bootstrap
@@ -59,7 +60,7 @@ jobs:
5960
- name: Launch Allure TestOps
6061
run: bundle exec fastlane allure_launch cron:true
6162
- name: Run UI Tests (Debug)
62-
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 }}"
6364
timeout-minutes: 90
6465
- name: Allure TestOps Upload
6566
if: success() || failure()

0 commit comments

Comments
 (0)