Skip to content

Commit 6011e34

Browse files
committed
fix(ci): Install playwright browser before launching tests
1 parent 7b56494 commit 6011e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code-quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,8 @@ jobs:
8181
- name: Install deps
8282
run: pnpm install
8383

84+
- name: Install Playwright Chromium
85+
run: pnpm playwright install --chromium --with-deps
86+
8487
- name: Run tests
8588
run: SKIP_ENV_VALIDATION=true pnpm run test:ci

0 commit comments

Comments
 (0)