summaryrefslogtreecommitdiffstats
path: root/.github/workflows/playwright.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/playwright.yml')
-rw-r--r--.github/workflows/playwright.yml2
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