diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b476e0fec..4f4e343a3 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -44,7 +44,7 @@ jobs: TESTING=true npm run build --if-present - name: Install Playwright Browsers - run: npx playwright install --with-deps + run: npx playwright install chromium --only-shell - name: Run Playwright tests run: npx playwright test