dongjoon-hyun commented on code in PR #34:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/34#discussion_r1707521043


##########
.github/workflows/build_and_test.yml:
##########
@@ -36,13 +36,14 @@ jobs:
       - name: Checkout repository
         uses: actions/checkout@v3
       - name: Set up JDK ${{ matrix.java-version }}
-        uses: actions/setup-java@v2
+        uses: actions/setup-java@v4
         with:
           java-version: ${{ matrix.java-version }}
           distribution: 'adopt'
+          cache: 'gradle'
       - name: Build with Gradle
         run: |
-          set -o pipefail; ./gradlew build; set +o pipefail

Review Comment:
   I removed `pipefail` here. If we need this, we should put it inside 
`gradlew` file.



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