We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3305015 commit 4bd65b7Copy full SHA for 4bd65b7
1 file changed
.github/workflows/verify.yml
@@ -24,6 +24,9 @@ jobs:
24
- name: Install dependencies
25
run: npm ci
26
27
+ - name: Install Playwright browsers
28
+ run: npx playwright install --with-deps
29
+
30
- name: Transpile files
31
run: npm run build:ts
32
0 commit comments