Skip to content

Commit

Permalink
fix: git detected dubious ownership in repository at '/__w/OpenMLDB/O…
Browse files Browse the repository at this point in the history
…penMLDB' for some workflow actions

Signed-off-by: shouren <[email protected]>
  • Loading branch information
Shouren committed Dec 12, 2024
1 parent 4baf731 commit fb5e181
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
container:
image: ghcr.io/4paradigm/hybridsql:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: build openmldb
run: |
git config --system --add safe.directory $(pwd)
make configure SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
make build SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
make install SQL_JAVASDK_ENABLE=ON CMAKE_INSTALL_PREFIX=openmldb
Expand All @@ -55,7 +56,7 @@ jobs:
- name: upload ut results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: openmldb-test-python-${{ github.sha }}
path: pytest.xml

0 comments on commit fb5e181

Please sign in to comment.