Skip to content

Commit

Permalink
explorer,wallet-ext: fix e2e tests (#7688)
Browse files Browse the repository at this point in the history
* use the installed playwright binary to install the same chromium
version that tests are using
  • Loading branch information
pchrysochoidis authored Jan 25, 2023
1 parent 0090e93 commit 6642c5f
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

1 comment on commit 6642c5f

@vercel
Copy link

@vercel vercel bot commented on 6642c5f Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.