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 d356d0a commit bb37e92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ jobs:
go_version: [ "1.22.x" ]

steps:
- name: Checkout Server repository
uses: actions/checkout@v4

- name: Checkout SDK repository
uses: actions/checkout@v4
with:
repository: 'openimsdk/openim-sdk-core'
path: ${{ env.SDK_DIR }}

- name: Checkout Server repository
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go_version }}
uses: actions/setup-go@v5
with:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Build test SDK core
run: |
cd ${{ github.workspace }}/${{ env.SDK_DIR }}
cd ${{ env.SDK_DIR }}
go mod tidy
cd integration_test
mkdir data
Expand Down

0 comments on commit bb37e92

Please sign in to comment.