Skip to content

Commit

Permalink
chore: try to fix playwright running for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Nov 27, 2024
1 parent 0ddc22b commit 62b41cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm build

- name: Install playwright deps
run: pnpx playwright install-deps && pnpx playwright install chromium
run: pnpm -w run playwright-install-ci

- name: Run Tests
run: pnpm -w run test
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"changeset:release": "changeset publish",
"changeset:version": "changeset version",
"build": "pnpm -r build",
"playwright-install-ci": "playwright install-deps && playwright install chromium",
"test:watch": "vitest",
"test": "vitest --run"
},
Expand All @@ -27,6 +28,7 @@
"author": "David Hunt",
"license": "MIT",
"devDependencies": {
"playwright": "^1.48.0",
"pnpm": "^9.12.0",
"vitest": "^2.1.2"
},
Expand Down
17 changes: 8 additions & 9 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 62b41cb

Please sign in to comment.