Skip to content

Commit a957ae2

Browse files
authored
Merge pull request #7 from sectsect/monorepo
ci: fix error on e2e tests
2 parents 6e51810 + b16a124 commit a957ae2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Run Test Coverage
3838
run: pnpm coverage
3939

40+
- name: Install Playwright Browsers
41+
run: pnpm dlx playwright install --with-deps
42+
4043
- name: Run E2E Tests
4144
run: pnpm test:e2e
4245

0 commit comments

Comments
 (0)