From 7c792c109e2f45cd408dc908b438092b775934ac Mon Sep 17 00:00:00 2001 From: Shouren Yang Date: Thu, 2 Jan 2025 10:18:22 +0800 Subject: [PATCH] fix: using bash for integration-test (#4012) Signed-off-by: shouren --- .github/workflows/integration-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 115ac09669f..c617ca63218 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -33,6 +33,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: build openmldb + shell: bash run: | git config --system --add safe.directory $(pwd) make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb