fix: update GitHub Actions workflow for Java example#505
fix: update GitHub Actions workflow for Java example#505SimiHunjan wants to merge 12 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>
|
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>
|
thanks for the PR @SimiHunjan. are we not using the hashgraph runner anymore? |
|
@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>
|
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 |
@SimiHunjan - yep, we always push towards self-hosted runners unless there's a specific reason we cannot use them. This is to ensure consistency and security across all repos. |
Signed-off-by: SimiHunjan <simi.hunjan.k@gmail.com>
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