Skip to content

Commit b418d6e

Browse files
authored
chore: update playwright install command in GitHub Actions (#2792)
1 parent 04517c6 commit b418d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: npm
3030

3131
- name: Install Playwright dependencies
32-
run: npx playwright install-deps
32+
run: npx playwright install --with-deps
3333

3434
# Set up GitHub Actions caching for Wireit.
3535
- uses: google/wireit@setup-github-actions-caching/v1
@@ -71,7 +71,7 @@ jobs:
7171
cache: 'npm'
7272

7373
- name: Install Playwright dependencies
74-
run: npx playwright install-deps
74+
run: npx playwright install --with-deps
7575

7676
# Set up GitHub Actions caching for Wireit.
7777
- uses: google/wireit@setup-github-actions-caching/v1

0 commit comments

Comments
 (0)