Skip to content

Commit

Permalink
install playwright browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Dec 4, 2024
1 parent 0ce50a2 commit 4f0465e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: test
run: npm run test:once

- name: Install Playwright Browsers
working-directory: test-nextjs
run: npx playwright install --with-deps

- name: e2e test
working-directory: test-nextjs
run: npm run test

0 comments on commit 4f0465e

Please sign in to comment.