diff --git a/.github/workflows/go-build-test.yml b/.github/workflows/go-build-test.yml index 920b3ba65e..5981d4d2ce 100644 --- a/.github/workflows/go-build-test.yml +++ b/.github/workflows/go-build-test.yml @@ -143,7 +143,7 @@ jobs: - name: Build test SDK core run: | - cd ${{ env.SDK_DIR }} + cd ${{ github.workspace }}/${{ env.SDK_DIR }} go mod tidy cd integration_test mkdir data