Skip to content

Commit 5b0cefa

Browse files
Merged env
1 parent df9d259 commit 5b0cefa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ios-end-to-end-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ concurrency:
55
cancel-in-progress: false
66
env:
77
WORKDIR: ${{ github.workspace }}/workdir-${{ github.run_id }}
8+
TEST_DEVICE_UDID: 00008130-0019181022F3803A
89
defaults:
910
run:
1011
working-directory: ${{ env.WORKDIR }}
@@ -35,8 +36,6 @@ on:
3536
# Github Actions enabled, so these don't go unnoticed.
3637
# https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs
3738
- cron: '0 0 * * *'
38-
env:
39-
TEST_DEVICE_UDID: 00008130-0019181022F3803A
4039
jobs:
4140
checkout-repository:
4241
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'

0 commit comments

Comments
 (0)