jerryshao commented on code in PR #8793:
URL: https://github.com/apache/gravitino/pull/8793#discussion_r2430930640
##########
.github/workflows/build.yml:
##########
@@ -133,7 +133,10 @@ jobs:
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
- name: Build with Gradle
- run: ./gradlew build -PskipITs -PjdkVersion=${{ matrix.java-version }}
-PskipDockerTests=false -x :clients:client-python:build
+ run: ./gradlew build -PskipITs -PskipDockerTests=false -x
:clients:client-python:build
+
+ - name: Release with Gradle
+ run: ./gradlew clean && ./gradlew release -x test
Review Comment:
I would suggest to add `--rerun-tasks` to make sure the task is not cached.
--
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]