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 ed32d83 commit 6e10535Copy full SHA for 6e10535
.github/workflows/test.yml
@@ -40,5 +40,8 @@ jobs:
40
- name: Typecheck
41
run: pnpm run typecheck
42
43
+ - name: Playwright Install
44
+ run: pnpm exec playwright install
45
+
46
- name: Test
47
run: pnpm run test
0 commit comments