Skip to content

Commit

Permalink
Temporary use custom nitro-contracts branch 'e2e-to-ci'
Browse files Browse the repository at this point in the history
'e2e-to-ci' implements support for testnode to use custom nitro-contracts branches
Once 'e2e-to-ci' is in master, 'NITRO_CONTRACTS_BRANCH' env var can be removed from CI
  • Loading branch information
gvladika committed Apr 23, 2024
1 parent fb6eac3 commit 2d516bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testnode.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# Start the test node and get PID, to terminate it once send-l2 is done.
cd ${GITHUB_WORKSPACE}

./test-node.bash --init-force --detach
# 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

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

0 comments on commit 2d516bc

Please sign in to comment.