diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a78b3a7a..b41b4ac2 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,7 +14,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright Browsers - run: playwright install --with-deps + run: npx playwright install --with-deps - name: Run Playwright tests run: npm run test:e2e - uses: actions/upload-artifact@v4