-
Notifications
You must be signed in to change notification settings - Fork 217
chore: use dynamic job names in depoly and test CI workflow #3161
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR introduces dynamic job names to GitHub Actions workflows by adding a configurable job_name parameter to the starknet-go-tests workflow and updating the deploy-and-test workflow to use descriptive names for different test jobs.
- Added a new
job_name
input parameter to the starknet-go-tests workflow - Updated quote style from single to double quotes for consistency
- Implemented dynamic job naming in both workflows to distinguish between v0.8 and v0.9 test runs
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
.github/workflows/starknet-go-tests.yml | Added job_name input parameter and applied dynamic naming to the test job |
.github/workflows/deploy-and-test.yaml | Added name parameters for v0.8 and v0.9 test job calls |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3161 +/- ##
==========================================
- Coverage 73.66% 73.44% -0.22%
==========================================
Files 305 305
Lines 34876 34964 +88
==========================================
- Hits 25691 25679 -12
- Misses 7538 7627 +89
- Partials 1647 1658 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR adds names to the depoly-test jobs which should make it clear which test run is what when looking into the workflow summary view.
before: https://github.com/NethermindEth/juno/actions/runs/18344356508
after: https://github.com/NethermindEth/juno/actions/runs/18341504367