fix: add env var for cypress-split
This commit is contained in:
parent
c485bacbcd
commit
01f2b83e31
1 changed files with 5 additions and 3 deletions
2
.github/workflows/_base-ui-tests.yml
vendored
2
.github/workflows/_base-ui-tests.yml
vendored
|
|
@ -115,6 +115,8 @@ jobs:
|
|||
--ci-build-id $GITHUB_RUN_ID-$GITHUB_RUN_ATTEMPT
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: 4a48f41c-11b3-425b-aa88-c58048fa69eb
|
||||
SPLIT: ${{ inputs.parallel-runs }}
|
||||
SPLIT_INDEX: ${{ strategy.job-index }}
|
||||
|
||||
- name: Stop server and wait for coverage file
|
||||
if: inputs.enable-coverage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue