Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Sep 20, 2024
1 parent 9d4802a commit d356d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d356d0a

Please sign in to comment.