diff --git a/.github/workflows/release_candidates.yml b/.github/workflows/release_candidates.yml index e5379d65f..12670b209 100644 --- a/.github/workflows/release_candidates.yml +++ b/.github/workflows/release_candidates.yml @@ -38,7 +38,9 @@ jobs: - name: Install dependencies if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') || contains( github.event.pull_request.labels.*.name, 'cli-rc') }} - run: pnpm install --frozen-lockfile + run: | + pnpm install --frozen-lockfile + npx playwright install --with-deps - name: Test JS SDK working-directory: packages/js-sdk