Skip to content

Commit 3f0c4f5

Browse files
committed
feat: test e2e install
1 parent a699995 commit 3f0c4f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ jobs:
3939

4040
- name: Run E2E Tests
4141
run: |
42+
pnpm --filter @next-i18n/docs playwright:install
4243
echo "Running tests for ${{ matrix.locale }} (Shard ${{ matrix.shard }}/${{ inputs.shard-total }})"
4344
pnpm --filter @next-i18n/docs test:e2e --shard ${{ matrix.shard }}/${{ inputs.shard-total }}

0 commit comments

Comments
 (0)