From ee384dbadce71a362c7e3342d0e93f7920372440 Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Sun, 25 Dec 2022 09:35:46 +0800 Subject: [PATCH] ci: try skip e2e --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15068f1218..338238546b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,11 +30,11 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }} - - name: Install Playwright Browsers - run: npx playwright install --with-deps + - name: Install Playwright browsers + run: PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium - - name: Run E2E tests - run: pnpm run test:e2e + # - name: Run E2E tests + # run: pnpm run test:e2e - name: Run Unit tests run: pnpm run test:unit