diqiu50 commented on code in PR #6160:
URL: https://github.com/apache/gravitino/pull/6160#discussion_r1914176208
##########
.github/workflows/gvfs-fuse-build-test.yml:
##########
@@ -71,10 +71,18 @@ 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 build -x :clients:client-python:build -x test -x web
-PjdkVersion=${{ matrix.java-version }}
+ ./gradlew compileDistribution -x :clients:client-python:build -x
test -x web -PjdkVersion=${{ matrix.java-version }}
Review Comment:
The one above builds `gvfs-fuse`, and the below builds the Gravitino
server needed for testing.
--
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]