Skip to content

Commit

Permalink
Add playwright browsers to GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Young authored and Jason Young committed Jul 2, 2024
1 parent 294037c commit 6e63d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Format
run: npm run format

Expand Down

0 comments on commit 6e63d1a

Please sign in to comment.