Skip to content

Commit

Permalink
use run-nitro-test-node action impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshvanahalli committed Oct 12, 2023
1 parent 0c4241a commit 5f00974
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,17 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max

- name: Start nitro-testnode and wait for rpc to come up
- name: Start background nitro-testnode and wait for rpc to come up
shell: bash
run: |
cd nitro-testnode
./test-node.bash --init --dev &
jobid=$!
cd ..
- name: Wait for rpc to come up
shell: bash
run: |
${{ github.workspace }}/.github/workflows/waitForNitro.sh
kill -s SIGKILL $jobid
- name: Print WAVM module root
id: module-root
run: |
Expand Down

0 comments on commit 5f00974

Please sign in to comment.