Skip to content

Commit

Permalink
devops: fix playwright installation
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Nov 20, 2024
1 parent 4f1391b commit b0b8617
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 @@ -26,7 +26,7 @@ jobs:
run: pnpm build

- name: Install Playwright Browsers
run: pnpm dlx playwright install --with-deps
run: pnpm exec playwright install --with-deps

- name: Run Playwright tests
run: pnpm test
Expand Down

0 comments on commit b0b8617

Please sign in to comment.