adamsaghy commented on code in PR #4313:
URL: https://github.com/apache/fineract/pull/4313#discussion_r1945520312


##########
.github/workflows/build-embeddable-progressive-loan-jar.yml:
##########
@@ -22,7 +22,7 @@ jobs:
       - name: Setup Gradle
         uses: 
gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
       - name: Build Embeddable Jar
-        run: ./gradlew --no-daemon --console=plain 
:fineract-progressive-loan-embeddable-schedule-generator:shadowJar
+        run: ./gradlew --no-daemon --console=plain 
:fineract-progressive-loan-embeddable-schedule-generator:shadowJar && ./gradlew 
--no-daemon --console=plain 
:fineract-progressive-loan-embeddable-schedule-generator:test

Review Comment:
   You can move the execution of the tests into its own named steps, like: 
"Pick up the JAR filename" or " Build Sample Application"



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