Skip to content

Commit

Permalink
chore: use npx to install playwright on ci (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Sep 18, 2023
1 parent 45df468 commit 15f1167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: pnpm test:node

- name: Install Playwright browsers
run: pnpx playwright install --with-deps
run: npx playwright install

- name: Browser tests
run: pnpm test:browser

0 comments on commit 15f1167

Please sign in to comment.