Skip to content

Commit

Permalink
chore: silent output
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Jul 8, 2024
1 parent 542e1c8 commit 26ad32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test
timeout-minutes: 15
run: |
nohup sh -c "anvil -p 8545" < /dev/null &
nohup sh -c "anvil -p 8546" < /dev/null &
nohup sh -c "anvil -p 8545 > /dev/null 2>&1" < /dev/null &
nohup sh -c "anvil -p 8546 > /dev/null 2>&1" < /dev/null &
sleep 5
npm run test:core

0 comments on commit 26ad32e

Please sign in to comment.