From eb2f72ab6287653db1bb8885b51dae4456e8c8a5 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Wed, 17 Jan 2024 12:08:08 +0900 Subject: [PATCH] ci: tweak playwright --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c72b0bc15e1a..f220ed2bad6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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