yuqi1129 commented on code in PR #6160: URL: https://github.com/apache/gravitino/pull/6160#discussion_r1912900961
########## .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: I believe move this two line to the `Build and test Gvfs-fuse` may be more proper ########## .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 Review Comment: `Build and test Gvfs-fuse` -> `Build Gvfs-fuse` -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org