diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b476e0fec..3594c3055 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 --with-deps --no-shell - name: Run Playwright tests run: npx playwright test