From e065ff5651fd41d9d336f63dfb25d18ee32e810c Mon Sep 17 00:00:00 2001 From: Joan Perals Tresserra Date: Fri, 11 Sep 2026 16:42:51 +0200 Subject: [PATCH] chore: Increase the number of visual test shards from 10 to 20 --- .github/workflows/visual-regression.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/visual-regression.yml b/.github/workflows/visual-regression.yml index 958bae8a0c..fb4306cee0 100644 --- a/.github/workflows/visual-regression.yml +++ b/.github/workflows/visual-regression.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] + shard: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] steps: - uses: actions/checkout@v4 @@ -114,7 +114,7 @@ jobs: - name: Run visual regression tests run: | echo "NEW_HOST=${NEW_HOST}" - NODE_OPTIONS=--experimental-vm-modules node_modules/.bin/jest -c jest.visual.config.js --shard="${SHARD}/10" + NODE_OPTIONS=--experimental-vm-modules node_modules/.bin/jest -c jest.visual.config.js --shard="${SHARD}/20" env: TZ: UTC SHARD: ${{ matrix.shard }}