From 405a8aa1471c163b613d761850a8a3c0f3a5747b Mon Sep 17 00:00:00 2001 From: Valere Date: Fri, 10 Apr 2026 17:08:18 +0200 Subject: [PATCH] fix: unique report per shard --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0dd495fcd..790f4d14a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,6 +35,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest strategy: + fail-fast: false # Don't cancel other shards if one fails matrix: shardIndex: [1, 2, 3, 4] shardTotal: [4] @@ -64,6 +65,6 @@ jobs: - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 if: ${{ !cancelled() }} with: - name: playwright-report + name: playwright-report-${{ matrix.shardIndex }}-${{ matrix.shardTotal }} path: playwright-report/ retention-days: 3