diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8d28f97..37431ea2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,9 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm-store- + - name: Install Playwright Browsers + run: npx playwright install --with-deps + - name: Install dependencies run: pnpm install