Skip to content

Commit

Permalink
Update playwright installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 29, 2024
1 parent 4acb5b4 commit 5eda1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm exec playwright install --with-deps
- run: pnpm exec playwright install
- run: pnpm build
- run: pnpm e2e

0 comments on commit 5eda1ed

Please sign in to comment.