Skip to content

Commit ce964dc

Browse files
committed
feat: set env in correct job
1 parent d3be97b commit ce964dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
outputs:
2525
apps: ${{ steps.set-apps.outputs.apps }}
26-
env:
27-
HARNESS_DEBUG: true
2826
steps:
2927
- name: Checkout code
3028
uses: actions/checkout@v4
@@ -43,9 +41,11 @@ jobs:
4341
4442
e2e-android:
4543
name: E2E Android - ${{ matrix.app }}
46-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-22.04
4745
needs: discover-apps
4846
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'android' }}
47+
env:
48+
HARNESS_DEBUG: true
4949
strategy:
5050
fail-fast: false
5151
matrix:

0 commit comments

Comments
 (0)