diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce9cc05878..8e62b80f3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,7 @@ jobs: run: pnpm lint - name: Install playwright browser run: pnpm exec playwright install --with-deps + - name: Install playwright chromium browser + run: npx playwright install chromium - name: Run tests run: pnpm test && pnpm test:cli diff --git a/vitest.config.ts b/vitest.config.ts index 18d67875c3..fea8902a37 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -24,7 +24,6 @@ export default { enabled: true, provider: 'playwright', name: 'chromium', - headless: true, screenshotFailures: false, }, },