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 9b966c5 commit fd6cbf0Copy full SHA for fd6cbf0
1 file changed
.github/workflows/ci.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: 📦 Install dependencies
41
run: pnpm install
42
43
+ - name: 🌐 Install browser
44
+ run: pnpm playwright install
45
+
46
- name: 💪 Type check
47
run: pnpm test:types
48
0 commit comments