diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3347f6a2c4..ce6fed3333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,5 +36,7 @@ jobs: run: pnpm build - name: Lint and format run: pnpm lint + - name: Install playwright browser + run: pnpm exec playwright install --with-deps - name: Run tests - run: pnpm exec playwright install && pnpm test && pnpm test:cli + run: pnpm test && pnpm test:cli