Skip to content

Commit

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

0 comments on commit dedc77a

Please sign in to comment.