Skip to content

Commit

Permalink
ci: run playwright install in tests (vitest-dev#4578)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Nov 23, 2023
1 parent 81a850d commit 6b6c8db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,14 @@ jobs:
with:
node-version: ${{ matrix.node_version }}

- uses: browser-actions/setup-chrome@v1

- name: Install
run: pnpm i

- name: Install Playwright Dependencies
run: pnpx playwright install --with-deps

- name: Build
run: pnpm run build

Expand Down

0 comments on commit 6b6c8db

Please sign in to comment.