From c35617e7788022576996b5b60ef43846ba5cb23d Mon Sep 17 00:00:00 2001 From: Guan <821143943@qq.com> Date: Fri, 3 Nov 2023 13:19:10 +0800 Subject: [PATCH] chore: fix CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 042c4d1..7134524 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test + run: npm run test - uses: actions/upload-artifact@v3 if: always() with: