diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 491d652f..81e33686 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -16,6 +16,8 @@ jobs: uses: ./.github/actions/setup env: COVERAGE: true + - name: Install Playwright Browsers + run: pnpm exec playwright install --with-deps - name: coverage uses: paambaati/codeclimate-action@v9.0.0 env: