From 2c42201e5b4ca99434c1de1ad023cf160e174d1d Mon Sep 17 00:00:00 2001 From: moekify <19408385+moekify@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:49:59 +0100 Subject: [PATCH] fix: npm syntax --- .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 187360f..d0ccfbf 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -24,7 +24,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npm playwright:run + run: npm run playwright:run - uses: actions/upload-artifact@v4 if: always() with: