dice icon indicating copy to clipboard operation
dice copied to clipboard

Conditionally run unit tests and integration tests on CI

Open JyotinderSingh opened this issue 1 year ago • 2 comments

Currently unit tests and integration tests for the core server are executed even if no source code is changed. For instance, even if changes are made only to the docs/ directory the tests are still being run - this leads to compute wastage.

We need to modify the GitHub workflows to run integration and unit tests only when actual code files are modified.

JyotinderSingh avatar Oct 02 '24 17:10 JyotinderSingh

Hey @JyotinderSingh Can i pick it up. I can give this a try Thankyou

sebzz2k2 avatar Oct 02 '24 17:10 sebzz2k2

Hey @JyotinderSingh Can i pick it up. I can give this a try Thankyou

Assigned.

JyotinderSingh avatar Oct 02 '24 17:10 JyotinderSingh

Closing, merged as part of https://github.com/DiceDB/dice/pull/928

lucifercr07 avatar Oct 04 '24 15:10 lucifercr07