Skip to content

Commit

Permalink
chore: fix test command for core
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 8, 2024
1 parent c26bbc6 commit 7560c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
nohup sh -c "anvil -p 8545" > anvil1.out 2>&1 &
nohup sh -c "anvil -p 8546" > anvil2.out 2>&1 &
sleep 30
npm run test
npm run test:core
1 change: 1 addition & 0 deletions .github/workflows/test-sui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
timeout-minutes: 15
run: |
nohup sh -c "sui-test-validator" > nohup.out 2> nohup.err < /dev/null &
nohup sh -c "anvil -p 8545" > anvil1.out 2>&1 &
sleep 30
npm run test:sui

0 comments on commit 7560c01

Please sign in to comment.