FANNG1 commented on code in PR #6160:
URL: https://github.com/apache/gravitino/pull/6160#discussion_r1909917616
##########
.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:
yes, the current IT doesn't automatically build the package, but here you
depends on `bundles:aws-bundle:build`, I wonder whether you could make it auto
dependents. and There are separate actions in Gravitino IT, seems better
make rust client keep consistent with it.
```
- name: Package Gravitino
if: ${{ inputs.test-mode == 'deploy' }}
run: |
./gradlew compileDistribution -x test -PjdkVersion=${{
inputs.java-version }}
```
--
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]