From 21a34287a9dfca05ff1dc23697c73c3a217bd5a0 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 27 Oct 2025 23:16:09 +0100 Subject: [PATCH] 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 --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 22e35b92630..20d3b3f8c0b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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