Skip to content

Commit 38dda67

Browse files
committed
add install-deps to test workflow
1 parent 1c5b09b commit 38dda67

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
@@ -74,6 +74,9 @@ jobs:
7474
*/*/node_modules
7575
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
7676

77+
- name: setup playwright
78+
run: pnpm exec playwright install-deps
79+
7780
- name: turborepo Cache
7881
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
7982
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)