-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: switch to nitro-testnode
#12
Conversation
nitro-testnode
nitro-testnode
nitro-testnode
nitro-testnode
nitro-testnode
run-nitro-test-node/action.yml
Outdated
@@ -11,19 +11,19 @@ runs: | |||
- name: Checkout | |||
uses: actions/checkout@v3 | |||
with: | |||
repository: OffchainLabs/nitro | |||
repository: OffchainLabs/nitro-testnode | |||
submodules: 'recursive' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not needed. This unnecessarily checks out blockscout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there are some issues with this parameter: actions/checkout#988
I'll just keep it as true
for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove recursive flag, or merge as-is.
Also closes #11