Skip to content

Commit 1e23119

Browse files
committed
fix: added playwright install
1 parent c7d3767 commit 1e23119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: npm install
2828

29+
- name: Install Playwright
30+
run: npx playwright install
31+
2932
- name: Start the application
3033
run: npm run start &
3134

0 commit comments

Comments
 (0)