We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e51810 + b16a124 commit a957ae2Copy full SHA for a957ae2
1 file changed
.github/workflows/release.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Run Test Coverage
38
run: pnpm coverage
39
40
+ - name: Install Playwright Browsers
41
+ run: pnpm dlx playwright install --with-deps
42
+
43
- name: Run E2E Tests
44
run: pnpm test:e2e
45
0 commit comments