Skip to content

Commit

Permalink
chore: debug multiversx
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 9, 2024
1 parent 1a0e00f commit 0350d10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-multiversex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- name: Test
timeout-minutes: 15
run: |
nohup sh -c "mxpy localnet start" > nohup.out 2> nohup.err < /dev/null &
nohup sh -c "anvil -p 8545 > /dev/null 2>&1" < /dev/null &
nohup sh -c "mxpy localnet start" | tee nohup.out &
sleep 30
npm run test:multiversx

0 comments on commit 0350d10

Please sign in to comment.