chore: update soloVersion to v0.69.0 in examples and tests workflow#2298
Conversation
Signed-off-by: MonaaEid <monaa_eid@hotmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughTwo GitHub Actions workflow files are updated to use Hiero Solo action version ChangesHiero Solo Version Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflows that provision Hiero Solo so that secondary example runs and unit/integration test runs use a newer soloVersion (v0.69.0) to address failing CI setup and align with the action’s compatible default.
Changes:
- Bump
soloVersionfromv0.65.0tov0.69.0in the secondary examples workflow. - Bump
soloVersionfromv0.65.0tov0.69.0in the secondary unit/integration test workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/pr-check-secondary-unit-integration-test.yml | Updates soloVersion used by the Hiero Solo setup step for integration tests. |
| .github/workflows/pr-check-secondary-examples.yml | Updates soloVersion used by the Hiero Solo setup step for running examples. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description:
This PR updates the workflow configurations to use a newer version of the
solocomponent in GitHub Actions. The change ensures that both the secondary examples and unit/integration test jobs usesoloVersionv0.69.0 instead of v0.65.0.Related issue(s):
Fixes #2297