Skip to content

Commit efd1aa0

Browse files
Update yaml files
1 parent 6b6c2e5 commit efd1aa0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/github-actions-after-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
with:
1919
node-version: '20'
2020

21-
- uses: microsoft/playwright-github-action@v1
21+
- name: Install playwright dependencies
22+
run: npx playwright install --with-deps chromium
2223

2324
- name: Install dependencies
2425
run: npm install

.github/workflows/github-actions-manually.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
with:
1414
node-version: "20"
1515

16-
- uses: microsoft/playwright-github-action@v1
16+
- name: Install playwright dependencies
17+
run: npx playwright install --with-deps chromium
1718

1819
- name: Install dependencies
1920
run: npm install

0 commit comments

Comments
 (0)