Skip to content

Commit 7338037

Browse files
authored
chore(ci): replace playwright action (#3910)
1 parent f75edc2 commit 7338037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ jobs:
352352
with:
353353
node-version: "14"
354354

355-
- name: Install playwright
356-
uses: microsoft/playwright-github-action@v1
355+
- name: Install playwright OS dependencies
356+
run: npx playwright install-deps
357357

358358
- name: Fetch dependencies from cache
359359
id: cache-yarn

0 commit comments

Comments
 (0)