We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5b09b commit 38dda67Copy full SHA for 38dda67
.github/workflows/tests.yml
@@ -74,6 +74,9 @@ jobs:
74
*/*/node_modules
75
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
76
77
+ - name: setup playwright
78
+ run: pnpm exec playwright install-deps
79
+
80
- name: turborepo Cache
81
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
82
with:
packages/render/package.json
@@ -68,7 +68,6 @@
68
"build": "tsup-node",
69
"clean": "rm -rf dist",
70
"dev": "tsup-node --watch",
71
- "pretest": "pnpm exec playwright install",
72
"test": "vitest run",
73
"test:watch": "vitest"
},
0 commit comments