Aman-Mittal commented on code in PR #5799:
URL: https://github.com/apache/fineract/pull/5799#discussion_r3142215322
##########
.github/workflows/build-e2e-tests.yml:
##########
@@ -43,6 +44,19 @@ jobs:
java-version: '21'
distribution: 'zulu'
+ - name: Restore compiled Fineract
+ uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 #
v5.0.4
+ with:
+ path: |
+ .gradle
+ **/build/classes
+ **/build/generated
+ **/build/libs
+ **/build/resources
+ **/build/tmp
+ key: fineract-compiled-${{ runner.os }}-${{ github.run_id }}-${{
github.run_attempt }}
+ fail-on-cache-miss: true
Review Comment:
@adamsaghy Can you reconsider on fail-oncach-miss part - I done a little
digging myself it seems that Apache Fineract Repository have only 10 GB of
cache limit which can cause cache eviction
<img width="1855" height="1044" alt="Image"
src="https://github.com/user-attachments/assets/498e4855-ae7f-4680-8e8d-f37bd6c95c3b"
/>
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]