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 e57543f commit e64e14eCopy full SHA for e64e14e
.github/workflows/pull-request.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Test (Node.js)
30
run: npm run test
31
32
+ - name: Install Playwright supported browsers
33
+ run: npx playwright install
34
+
35
- name: Test (Browsers)
36
run: npm run test:browsers
37
.github/workflows/release.yml
@@ -39,6 +39,9 @@ jobs:
39
40
41
42
43
44
45
46
47
0 commit comments