Skip to content

Commit 6592bfd

Browse files
committed
fix(ci): install playwright
1 parent 0cd1dd4 commit 6592bfd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
node-version-file: .nvmrc
2424
- name: Install dependencies
2525
run: pnpm install
26+
- name: Install Playwright Browsers
27+
run: pnpx playwright install --with-deps
2628
- name: Lint
2729
run: pnpm --filter="...[origin/${{ github.base_ref }}]" "/lint:*/"
2830
- name: Test

.github/workflows/coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
node-version-file: .nvmrc
2323
- name: Install dependencies
2424
run: pnpm install
25+
- name: Install Playwright Browsers
26+
run: pnpx playwright install --with-deps
2527
- name: Run tests
2628
run: pnpm run test --coverage
2729
- name: Upload code coverage

0 commit comments

Comments
 (0)