Skip to content

Commit 893f819

Browse files
committed
feat: add Playwright browser installation step in CI workflow
1 parent 81b2905 commit 893f819

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
- name: Install dependencies
8585
run: npm clean-install
8686

87+
- name: Install Playwright Browsers
88+
run: npx playwright install --with-deps
89+
8790
- name: Build the application
8891
run: npm run build
8992

0 commit comments

Comments
 (0)