diff --git a/.github/workflows/master-codecov-report.yml b/.github/workflows/master-codecov-report.yml index 1fe2fa12f..5570fb830 100644 --- a/.github/workflows/master-codecov-report.yml +++ b/.github/workflows/master-codecov-report.yml @@ -18,6 +18,10 @@ jobs: with: pnpm-version: 9 + - name: Install playwright for element tests + working-directory: ./packages/elements + run: pnpm exec playwright install --with-deps + - name: Build for test run: pnpm -r build:test