From 69cb66db5237cf64256a4d96df382ff572f091a3 Mon Sep 17 00:00:00 2001 From: LingandRX Date: Thu, 7 Nov 2024 21:51:15 +0800 Subject: [PATCH] init --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 17b6545..d27b27d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,7 +21,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run tests repeat 3 - run: npx playwright test:repeat + run: npm run test:repeat - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: