Skip to content

Commit

Permalink
ci: tweak playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 17, 2024
1 parent cfdb38d commit eb2f72a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@ jobs:
with:
node-version: ${{ matrix.node_version }}

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

- name: Install
run: pnpm i

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

- name: Build
run: pnpm run build
Expand Down

0 comments on commit eb2f72a

Please sign in to comment.