Skip to content

Commit c1f7857

Browse files
committed
Install
1 parent b26f6ef commit c1f7857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Deps
2121
run: yarn
2222
- name: Install Playwright
23-
run: yarn playwright install-deps chromium
23+
run: yarn playwright install --with-deps && yarn playwright install-deps chromium
2424
- name: Run tests
2525
run: |
2626
yarn lint

0 commit comments

Comments
 (0)