Skip to content

Commit c5e1e57

Browse files
add install playwright to fix execution error
1 parent 0095551 commit c5e1e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-main-workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
cd autotests
2424
npm ci
25+
npx playwright install chromium --with-deps
2526
- name: Run your tests
2627
run: |
2728
cd autotests

0 commit comments

Comments
 (0)