chore: use dynamic job names in depoly and test CI workflow#3161
chore: use dynamic job names in depoly and test CI workflow#3161
Conversation
There was a problem hiding this comment.
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_nameinput 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 pull request is stale because it has been open 35 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
|
This pull request is stale because it has been open 35 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
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