Skip to content

Commit 0348ee1

Browse files
committed
add install-deps to test workflow
1 parent 05e0875 commit 0348ee1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
*/*/node_modules
7272
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
7373

74+
- name: setup playwright
75+
run: pnpm exec playwright install-deps
76+
7477
- name: turborepo Cache
7578
uses: buildjet/cache@v4
7679
with:

packages/render/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
"build": "tsup-node",
6969
"clean": "rm -rf dist",
7070
"dev": "tsup-node --watch",
71-
"pretest": "pnpm exec playwright install",
7271
"test": "vitest run",
7372
"test:watch": "vitest"
7473
},

0 commit comments

Comments
 (0)