File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments