-
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
Arbitrum local testnet setup #205
Conversation
ManojJiSharma
commented
Dec 7, 2023
•
edited
Loading
edited
- Arbitrum setup on local
- Unit test cases
- Add workflow/Action
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 you do a test please? in the .github/workflows/ci.yaml
replace all occurrences of:
runs-on: self-hosted
by this:
runs-on: ubuntu-latest
I want to check if those tests passes in an empty vm, because currently the self-hosted doesn't start in a clean state.
Need to update this branch with latest master, then run |