From 8352789d1b78bfe207be83e3d79ae0a4bd37db47 Mon Sep 17 00:00:00 2001 From: hemengke1997 <23536175@qq.com> Date: Wed, 25 Oct 2023 18:56:55 +0800 Subject: [PATCH] wip: fix ci --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 774264c..1053529 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,9 +74,9 @@ jobs: key: ${{ runner.os }}-playwright-bin-v1 path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }} - - name: Install Playwright - # does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved - run: pnpm playwright install chromium + # - name: Install Playwright + # # does not need to explicitly set chromium after https://github.com/microsoft/playwright/issues/14862 is solved + # run: pnpm playwright install chromium - name: Build run: pnpm run build