mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: use different cypress-split seed per PR
This allows: 1. detect tests that depend on each other 2. reduces places where test fail because only the expensive tests are queued next to each other. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
206b61b861
commit
21a34287a9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cypress.yml
vendored
1
.github/workflows/cypress.yml
vendored
|
|
@ -194,6 +194,7 @@ jobs:
|
|||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
SPLIT: ${{ matrix.total-containers }}
|
||||
SPLIT_INDEX: ${{ matrix.containers == 'component' && 0 || matrix.containers }}
|
||||
SPLIT_RANDOM_SEED: ${{ github.run_id }}
|
||||
SETUP_TESTING: ${{ matrix.containers == 'setup' && 'true' || '' }}
|
||||
|
||||
- name: Upload snapshots and videos
|
||||
|
|
|
|||
Loading…
Reference in a new issue