Skip to content

Commit 61f56ba

Browse files
committed
fix. Installing dependendies with playwright for ci-cd testing.
1 parent e8b6d6c commit 61f56ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Run Playwright Tests
5151
id: test
5252
run: |
53-
npx playwright install
53+
npx playwright install --with-deps
5454
npx playwright test --reporter=html
5555
env:
5656
CI: true

0 commit comments

Comments
 (0)