Skip to content

Commit

Permalink
run testnode in background
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 13, 2023
1 parent 62ea1bc commit 66bec8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash
run: |
cd nitro-testnode
./test-node.bash --init --dev
./test-node.bash --init --dev &
- name: Wait for rpc to come up
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/waitForNitro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ do
if [ "$?" -eq "0" ]; then
exit 0
else
sleep 10
sleep 20
fi
done

0 comments on commit 66bec8e

Please sign in to comment.