Skip to content

Commit

Permalink
chore(ci): exec locally installed playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Oct 14, 2024
1 parent 652e7b4 commit a4ed731
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 @@ -39,7 +39,7 @@ jobs:
# cache: "pnpm"

- run: pnpm install
- run: pnpm exec playwright install chromium
- run: pnpm playwright install chromium
- run: pnpm run build

- run: ${{ matrix.cmd }}

0 comments on commit a4ed731

Please sign in to comment.