We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9020125 commit 8a583e9Copy full SHA for 8a583e9
1 file changed
.github/workflows/testing-lab.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: npm ci
24
25
+ - name: Install Playwright Browsers
26
+ run: npx playwright install --with-deps
27
+
28
- name: Run tests
29
run: npm test
30
0 commit comments