Skip to content

Commit f7a9fda

Browse files
committed
chore: reduce diff
1 parent 4d1597e commit f7a9fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,6 @@ jobs:
356356
- name: E2E Test UI (${{ matrix.shard }}/${{ inputs.total-shard }})
357357
if: inputs.type == 'ui'
358358
env:
359-
E2E_SHARD: ${{ matrix.shard }}
360-
E2E_TOTAL_SHARD: ${{ inputs.total-shard }}
361359
E2E_COVERAGE: ${{ inputs.coverage == matrix.mongodb-version && 'true' || '' }}
362360
IS_EE: ${{ (inputs.release == 'ee' || inputs.release == 'fips') && 'true' || '' }}
363361
REPORTER_ROCKETCHAT_API_KEY: ${{ secrets.REPORTER_ROCKETCHAT_API_KEY }}
@@ -375,6 +373,8 @@ jobs:
375373
QASE_REPORT: ${{ github.ref == 'refs/heads/develop' && 'true' || '' }}
376374
CI: true
377375
PLAYWRIGHT_RETRIES: ${{ inputs.retries }}
376+
E2E_SHARD: ${{ matrix.shard }}
377+
E2E_TOTAL_SHARD: ${{ inputs.total-shard }}
378378
working-directory: ./apps/meteor
379379
run: |
380380
set -o xtrace

0 commit comments

Comments
 (0)