We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dafa212 commit 2f5bbccCopy full SHA for 2f5bbcc
.github/workflows/test.yaml
@@ -37,5 +37,8 @@ jobs:
37
- name: Build
38
run: pnpm run build
39
40
+ - name: Install Playwright
41
+ run: pnpm exec playwright install
42
+
43
- name: Run Tests
44
run: pnpm run test
0 commit comments