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 a699995 commit 3f0c4f5Copy full SHA for 3f0c4f5
.github/workflows/test-e2e.yml
@@ -39,5 +39,6 @@ jobs:
39
40
- name: Run E2E Tests
41
run: |
42
+ pnpm --filter @next-i18n/docs playwright:install
43
echo "Running tests for ${{ matrix.locale }} (Shard ${{ matrix.shard }}/${{ inputs.shard-total }})"
44
pnpm --filter @next-i18n/docs test:e2e --shard ${{ matrix.shard }}/${{ inputs.shard-total }}
0 commit comments