Skip to content

Commit 5d41705

Browse files
WezSieTatoCopilot
andauthored
Fix playwright instalation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2e84bd2 commit 5d41705

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: npm ci
2525

2626
- name: Install Playwright browsers
27-
run: npx playwright install chromium
28-
27+
run: npx playwright install --with-deps chromium
2928
- name: Run integration tests
3029
run: npm run test:integration

0 commit comments

Comments
 (0)