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: