Skip to content

Commit

Permalink
Use nitro-contract's develop temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Apr 23, 2024
1 parent 2d516bc commit 8f9881c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testnode.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Start the test node and get PID, to terminate it once send-l2 is done.
cd ${GITHUB_WORKSPACE}

# TODO once e2e-to-ci is merged into master, remove the NITRO_CONTRACTS_BRANCH env var
NITRO_CONTRACTS_BRANCH=e2e-to-ci ./test-node.bash --init-force --detach
# TODO once develop is merged into nitro-contract's master, remove the NITRO_CONTRACTS_BRANCH env var
NITRO_CONTRACTS_BRANCH=develop ./test-node.bash --init-force --detach

START=$(date +%s)
SUCCEDED=0
Expand Down

0 comments on commit 8f9881c

Please sign in to comment.