Skip to content

Commit

Permalink
chore: run 'npx playwright install' in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 4, 2024
1 parent 4b00891 commit 948ffac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
${{ runner.os }}-node-v${{ matrix.node }}-
- name: Install Dependencies
run: npm install
- name: Install Playwright
run: npx playwright install
- name: Run All Node.js Tests
run: npm run test

0 comments on commit 948ffac

Please sign in to comment.