Aman-Mittal commented on code in PR #5799:
URL: https://github.com/apache/fineract/pull/5799#discussion_r3132092614
##########
.github/workflows/build-mysql.yml:
##########
@@ -63,6 +65,19 @@ jobs:
~/.gradle/wrapper
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*',
'**/gradle-wrapper.properties') }}
+ - 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:
fail-on-cache-miss: true - It will fail the job immediate on cache miss, is
there any specific reason for that?
--
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]