Skip to content

Commit

Permalink
explorer,wallet-ext: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pchrysochoidis committed Jan 25, 2023
1 parent 1224cd5 commit 058d582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install Playwright Browsers
run: pnpm dlx playwright install --with-deps chromium
run: pnpm explorer playwright install --with-deps chromium

- name: Run TS SDK e2e tests
if: ${{ needs.diff.outputs.isTypescriptSDK == 'true' }}
run: pnpm dlx concurrently --kill-others --success command-1 'RUST_LOG="consensus=off" cargo run --bin sui-test-validator' 'pnpm sdk test:e2e'
Expand Down

0 comments on commit 058d582

Please sign in to comment.