jerryshao commented on code in PR #6485:
URL: https://github.com/apache/gravitino/pull/6485#discussion_r2182631164
##########
.github/workflows/backend-integration-test-action.yml:
##########
@@ -56,7 +56,7 @@ jobs:
- name: Backend Integration Test (JDK${{ inputs.java-version }}-${{
inputs.test-mode }}-${{ inputs.backend }})
id: integrationTest
run: >
- ./gradlew test -PskipTests -PtestMode=${{ inputs.test-mode }}
-PjdkVersion=${{ inputs.java-version }} -PjdbcBackend=${{ inputs.backend }}
-PskipDockerTests=false
+ ./gradlew test -PskipTests -PtestMode=${{ inputs.test-mode }}
-PjdkVersion=${{ inputs.java-version }} -PjdbcBackend=${{ inputs.backend }}
-PskipDockerTests=false -PuseModernIceberg=${{ inputs.use-modern-iceberg }}
Review Comment:
I think you introduced something wrong, the changes here and below should
not belong to this PR.
--
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]