Skip to content

Commit

Permalink
Change playwright install flag
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Sep 7, 2024
1 parent 9195464 commit 9c9c0d5
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: pnpm install

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

- name: Run Playwright end-to-end tests
run: pnpm test:e2e
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"cssnano": "^7.0.5",
"globals": "^15.9.0",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
Expand Down
94 changes: 63 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c9c0d5

Please sign in to comment.