We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5cf4c commit 327c5a1Copy full SHA for 327c5a1
.github/workflows/test-e2e.yml
@@ -41,6 +41,7 @@ jobs:
41
needs: prepare-matrix
42
runs-on: ubuntu-latest
43
strategy:
44
+ fail-fast: false
45
matrix: ${{ fromJson(needs.prepare-matrix.outputs.test-matrix) }}
46
name: Test ${{ matrix.locale }}${{ inputs.shard-total > 1 && format(' (Shard {0}/{1})', matrix.shard, inputs.shard-total) || '' }}
47
steps:
@@ -76,4 +77,4 @@ jobs:
76
77
LOCALE: ${{ matrix.locale }}
78
run: |
79
echo "Running tests for ${{ matrix.locale }} (Shard ${{ matrix.shard }}/${{ inputs.shard-total }})"
- 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