Skip to content

Commit

Permalink
ci: fix pnpx
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 13, 2024
1 parent c16cf2c commit fc0fa24
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,5 +18,5 @@ jobs:
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm exec playwright install --with-deps
- run: pnpx playwright install --with-deps
- run: pnpm test

0 comments on commit fc0fa24

Please sign in to comment.