Skip to content

Commit 327c5a1

Browse files
committed
feat: update workflow test-e2e
1 parent 6f5cf4c commit 327c5a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
needs: prepare-matrix
4242
runs-on: ubuntu-latest
4343
strategy:
44+
fail-fast: false
4445
matrix: ${{ fromJson(needs.prepare-matrix.outputs.test-matrix) }}
4546
name: Test ${{ matrix.locale }}${{ inputs.shard-total > 1 && format(' (Shard {0}/{1})', matrix.shard, inputs.shard-total) || '' }}
4647
steps:
@@ -76,4 +77,4 @@ jobs:
7677
LOCALE: ${{ matrix.locale }}
7778
run: |
7879
echo "Running tests for ${{ matrix.locale }} (Shard ${{ matrix.shard }}/${{ inputs.shard-total }})"
79-
pnpm --filter @next-i18n/docs test:e2e --shard ${{ matrix.shard }}/${{ inputs.shard-total }}
80+
pnpm --filter @next-i18n/docs test:e2e --shard ${{ matrix.shard }}/${{ inputs.shard-total }} -gv "/docs/(13|14)/.*"

0 commit comments

Comments
 (0)