Skip to content

Commit

Permalink
Fix Playwright CI tests (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Jan 27, 2024
1 parent 5d7d122 commit eeeea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: npm install
- name: Install Playwright
if: matrix.node == 16
run: npx playwright install-deps
run: npx playwright install --with-deps
- name: Test
run: npm test
- name: Test browsers
Expand Down

0 comments on commit eeeea44

Please sign in to comment.