SemyonSinchenko commented on code in PR #453:
URL: https://github.com/apache/incubator-graphar/pull/453#discussion_r1567080373


##########
.github/workflows/java.yml:
##########
@@ -61,18 +61,22 @@ jobs:
           sudo apt-get install llvm-11 clang-11 lld-11 libclang-11-dev 
libz-dev -y
           
       - name: Code Format Check
+        working-directory: java
         run: |
           export JAVA_HOME=${JAVA_HOME_11_X64}
-          pushd java 
           mvn spotless:check

Review Comment:
   Maybe let's add --no-transfer-progress in  java too? Without that option, it 
will be much harder to read logs in GitHub actions. I would recommend using 
that option in every place in CI; that option was introduced for CI builds 
mostly to make logs readable. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to