Skip to content

Commit 51dfb8c

Browse files
committed
Fix playwright run
1 parent 49f354e commit 51dfb8c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ jobs:
4646
working-directory: ./test-app
4747
run: npm install ../dist/imagekit-angular/imagekit-angular-*.tgz --no-save
4848
# Note: Playwright browsers are installed via postinstall script
49-
49+
50+
- name: Install browsers for Playwright
51+
working-directory: ./test-app
52+
run: npx playwright install --with-deps
53+
5054
- name: Run Playwright tests
55+
working-directory: ./test-app
5156
run: npm run test:e2e
5257

5358
- name: Upload test results on failure

0 commit comments

Comments
 (0)