Monica-CodingWorld commented on code in PR #5264:
URL: https://github.com/apache/fineract/pull/5264#discussion_r2676540493


##########
.github/workflows/build-e2e-tests.yml:
##########
@@ -56,6 +56,9 @@ jobs:
           echo "Shard ${{ matrix.shard_index }} feature files:"
           cat feature_shard_${{ matrix.shard_index }}.txt
 
+      - name: Pull base Docker image
+        run: docker pull azul/zulu-openjdk-alpine:21
+

Review Comment:
   Thanks for pointing this out.
   The Docker image pull step was added only temporarily while debugging a CI 
failure and was not intended to be part of this PR.
   I will remove it and keep this PR focused only on the Liquibase changelog 
filename fix.



-- 
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]

Reply via email to