diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6152d7fe8..5dfe0b04a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,7 +64,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 diff --git a/bin/act b/bin/act new file mode 100755 index 000000000..a47c3521c Binary files /dev/null and b/bin/act differ