Skip to content

Commit 4fe59c7

Browse files
committed
pre-install playwright
1 parent d3504d4 commit 4fe59c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/validate.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: ⬣ ESLint
3636
run: npm run lint
3737

38+
- name: ⬇️ Install Playwright
39+
run: npm --prefix epicshop run test:setup
40+
3841
- name: 🧪 In-browser tests
3942
run: npm --prefix epicshop test
4043

epicshop/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"type": "module",
33
"scripts": {
4+
"test:setup": "playwright install chromium --with-deps",
45
"test": "playwright test"
56
},
67
"dependencies": {

0 commit comments

Comments
 (0)