Skip to content

Commit

Permalink
Install playwright for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Oct 15, 2024
1 parent b758bb6 commit b4aa3ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4aa3ff

Please sign in to comment.