Skip to content
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

Merged
merged 6 commits into from
Jun 20, 2023
Merged

refactor: switch to nitro-testnode #12

merged 6 commits into from
Jun 20, 2023

Conversation

spsjvc
Copy link
Member

@spsjvc spsjvc commented Jun 9, 2023

Also closes #11

@spsjvc spsjvc changed the title feat(run-nitro-test-node): use new repo feat(run-nitro-test-node): switch to nitro-testnode Jun 18, 2023
@spsjvc spsjvc changed the title feat(run-nitro-test-node): switch to nitro-testnode refactor(run-nitro-test-node): switch to nitro-testnode Jun 20, 2023
@spsjvc spsjvc changed the title refactor(run-nitro-test-node): switch to nitro-testnode refactor: switch to nitro-testnode Jun 20, 2023
@spsjvc spsjvc requested a review from tsahee June 20, 2023 10:06
@spsjvc spsjvc marked this pull request as ready for review June 20, 2023 10:06
@@ -11,19 +11,19 @@ runs:
- name: Checkout
uses: actions/checkout@v3
with:
repository: OffchainLabs/nitro
repository: OffchainLabs/nitro-testnode
submodules: 'recursive'
Copy link

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.

Copy link
Member Author

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.

Copy link

@tsahee tsahee left a 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.

@spsjvc spsjvc merged commit ad8d026 into main Jun 20, 2023
2 checks passed
@spsjvc spsjvc deleted the feat-nitro-testnode branch June 20, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove --no-blockscout from command
2 participants