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 05e0875 commit 0348ee1Copy full SHA for 0348ee1
.github/workflows/tests.yml
@@ -71,6 +71,9 @@ jobs:
71
*/*/node_modules
72
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
73
74
+ - name: setup playwright
75
+ run: pnpm exec playwright install-deps
76
+
77
- name: turborepo Cache
78
uses: buildjet/cache@v4
79
with:
packages/render/package.json
@@ -68,7 +68,6 @@
68
"build": "tsup-node",
69
"clean": "rm -rf dist",
70
"dev": "tsup-node --watch",
- "pretest": "pnpm exec playwright install",
"test": "vitest run",
"test:watch": "vitest"
},
0 commit comments