diqiu50 commented on code in PR #6160:
URL: https://github.com/apache/gravitino/pull/6160#discussion_r1909672022
##########
.github/workflows/gvfs-fuse-build-test.yml:
##########
@@ -71,10 +71,17 @@ jobs:
run: |
dev/ci/check_commands.sh
- - name: Build and test Gravitino
+ - name: Build and test Gvfs-fuse
run: |
./gradlew :clients:filesystem-fuse:build -PenableFuse=true
+ - name: Integration test
+ run: |
+ ./gradlew bundles:aws-bundle:build -x :clients:client-python:build
compileDistribution -x test -x web -PjdkVersion=${{ matrix.java-version }}
Review Comment:
It's not good to let make call gradle again.
Currently, the integration test module does not automatically build the
package, right?
--
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]