diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3347f6a2c4..ca2e9c5609 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 - name: Run tests - run: pnpm exec playwright install && pnpm test && pnpm test:cli + run: pnpm test && pnpm test:cli