diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/playwright.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 161058e..32094a2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -51,7 +51,7 @@ jobs: extended: true - name: Run Playwright tests - run: npx playwright test + run: npm run test - name: Upload tests artifact uses: actions/upload-artifact@v4 |
