Closed bhima2001 closed 5 days ago
Thanks for this change @bhima2001! Would it be possible for you to run the CI with these changes on your fork? You can then attach the logs here.
This will help us verify that this change is doing what its supposed to.
https://github.com/bhima2001/dice/actions/runs/11812884490/job/32909079862 --> These are the logs when a .go file has some changes
@JyotinderSingh If there are changes in any other file types other that .go then the test_suite job is not getting executed (expected). Please checkout the previous commits made in this branch, I have tested it out.
Added a condition to execute the test suite only incase there is any changes in .go files and also added a cache in linter to store the go setup. This pr closes #1260 .