diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 73c3b71..37efb0a 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -21,7 +21,7 @@ jobs: run: pwd - name: Install Playwright Browsers - run: npx playwright install --with-deps + run: npm install - name: Run Playwright tests run: npx playwright test