Skip to content

Commit

Permalink
pre-install playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 18, 2024
1 parent 6433386 commit 645f2f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: ⬣ ESLint
run: npm run lint

- name: ⬇️ Install Playwright
run: npm --prefix epicshop run test:setup

- name: 🧪 In-browser tests
run: npm --prefix epicshop test

Expand Down
1 change: 1 addition & 0 deletions epicshop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"type": "module",
"scripts": {
"test:setup": "playwright install chromium --with-deps",
"test": "playwright test"
},
"dependencies": {
Expand Down

0 comments on commit 645f2f4

Please sign in to comment.