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 483f429
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,12 +38,14 @@ 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
- name: Test JS SDK
working-directory: packages/js-sdk
if: ${{ contains( github.event.pull_request.labels.*.name, 'js-rc') }}
run: |
npx playwright install --with-deps
pnpm run test
env:
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
Expand Down

0 comments on commit 483f429

Please sign in to comment.