diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16c4dfa5b1..6194830921 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: - name: Lint and format run: pnpm lint - name: Install playwright browser - run: pnpm exec playwright install --with-deps + run: npx playwright install --with-deps - name: Run tests run: pnpm test && pnpm test:cli