Skip to content

Commit 75c44a3

Browse files
gkorlandCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c4b600 commit 75c44a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/playwright.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161

6262
- name: Install Playwright system deps
6363
if: steps.playwright-cache.outputs.cache-hit == 'true'
64-
run: npx playwright install-deps chromium firefox
64+
run: |
65+
npx playwright install chromium firefox
66+
npx playwright install-deps chromium firefox
6567
6668
- name: Run Playwright tests
6769
env:

0 commit comments

Comments
 (0)