diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8d46757..d3455b2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: pnpm build - name: Install Playwright Browsers - run: pnpm playwright install --with-deps + run: pnpm playwright install chromium --with-deps - name: Test run: pnpm test