Skip to content

Commit

Permalink
fix: playwright in github ci (#5)
Browse files Browse the repository at this point in the history
* fix: playwright in github ci

* fix: missing playwright install in gh workflow
  • Loading branch information
timhanlon authored Jan 8, 2025
1 parent 1cfb6fc commit 9ffaf7f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Install dependencies
run: npx nypm@latest i

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Playground prepare
run: npm run dev:prepare

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"changelogen": "^0.5.7",
"eslint": "^9.17.0",
"nuxt": "^3.15.0",
"playwright-core": "^1.49.1",
"playwright": "^1.49.1",
"typescript": "~5.7.2",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
Expand Down
21 changes: 20 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 9ffaf7f

Please sign in to comment.