Skip to content

Commit

Permalink
Fix TS SDK run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Mysten committed Sep 13, 2022
1 parent 57b6993 commit 2b62ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run e2e tests
run: pnpm dlx concurrently 'cargo run --bin sui-test-validator' 'pnpm test:e2e'
run: pnpm dlx concurrently 'cargo run --bin sui-test-validator' 'pnpm --filter @mysten/sui.js test:e2e'

0 comments on commit 2b62ce4

Please sign in to comment.