I have a job which execute automated tests. Tests are written in Java with maven. So I want to use maven cache to reduce tests startup time. But if my tests failed, cache is not saved.
**API Endpoints: POST /api/delivery-cost/calculate : calculate the cost of delivery of a parcel based on weight and volume(volume = height * width * length ...