We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26f6ef commit c1f7857Copy full SHA for c1f7857
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Deps
21
run: yarn
22
- name: Install Playwright
23
- run: yarn playwright install-deps chromium
+ run: yarn playwright install --with-deps && yarn playwright install-deps chromium
24
- name: Run tests
25
run: |
26
yarn lint
0 commit comments