diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a226d749c7b..5fd30cfedfd 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -35,6 +35,7 @@ jobs: - name: build openmldb run: | git config --system --add safe.directory $(pwd) + make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb - name: install openmldb run: |