Skip to content

Commit d456e91

Browse files
authored
Merge pull request #267 from Benjtalkshow/fix/restore-playwright-with-deps
fix(ci): restore --with-deps on Playwright install
2 parents d02b2d5 + 88c47e9 commit d456e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
NEXT_PUBLIC_NATIVE_TOKEN_CONTRACT: ${{ secrets.NEXT_PUBLIC_NATIVE_TOKEN_CONTRACT || 'CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC' }}
9595

9696
- name: Install Playwright Chromium
97-
run: pnpm exec playwright install chromium
97+
run: pnpm exec playwright install chromium --with-deps
9898

9999
- name: Run E2E tests
100100
run: pnpm run test:e2e

0 commit comments

Comments
 (0)