fix: update GitHub Actions workflow for Java example#505
Draft
SimiHunjan wants to merge 10 commits intomainfrom
Draft
fix: update GitHub Actions workflow for Java example#505SimiHunjan wants to merge 10 commits intomainfrom
SimiHunjan wants to merge 10 commits intomainfrom
Conversation
Updated the GitHub Actions workflow to use Ubuntu as the runner and modified environment variables for the mirror node. Replaced Node.js setup with Homebrew installation and updated the Solo CLI installation method. Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Member
|
thanks for the PR @SimiHunjan. are we not using the hashgraph runner anymore? |
Contributor
|
@theekrystallee we certainly should be using the hashgraph hosted runners, not the generic Ubuntu latest runner. |
update workflow Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Updated the mirror URL for the Java examples runner. Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Removed the step to get all service ports from the workflow. Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Updated the verification script to check transaction count instead of node count. Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
Contributor
Author
|
This was test to validate that the standard GitHub runners can run Solo without any issues as before the memory footprint was to high and failed on standard GitHub runners. Is it really required to use self hosted runners if the standard GitHub runners serves the purpose? I can switch it back, but was planning to leave it here as a case for Solo working on a standard GitHub runner. @andrewb1269 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the GitHub Actions workflow to use Ubuntu as the runner and modified environment variables for the mirror node. Replaced Node.js setup with Homebrew installation and updated the Solo CLI installation method.
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist