Skip to content

Commit

Permalink
chore: install playwright on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 22, 2024
1 parent 4c12ee5 commit 9f7b6fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Playwright
run: pnpm exec playwright install chromium

- name: Build the library
run: pnpm build

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Install Playwright
run: pnpm exec playwright install chromium

- name: Build
run: pnpm build

Expand Down

0 comments on commit 9f7b6fa

Please sign in to comment.