Skip to content

Commit a898c83

Browse files
committed
fix playwright commands
1 parent 96c0f87 commit a898c83

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/production.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: npx vitest run
2626

2727
- name: Install Playwright Browsers
28+
run: npx playwright install --with-deps
29+
30+
- name: Run Playwright Tests
2831
run: npx playwright test
2932

3033
Deploy-Production:

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
run: npx vitest run
2525

2626
- name: Install Playwright Browsers
27+
run: npx playwright install --with-deps
28+
29+
- name: Run Playwright Tests
2730
run: npx playwright test
2831

2932

0 commit comments

Comments
 (0)