pull/2640/head
icey-yu 1 year ago
parent d356d0a907
commit bb37e92211

@ -105,15 +105,15 @@ jobs:
go_version: [ "1.22.x" ] go_version: [ "1.22.x" ]
steps: steps:
- name: Checkout Server repository
uses: actions/checkout@v4
- name: Checkout SDK repository - name: Checkout SDK repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: 'openimsdk/openim-sdk-core' repository: 'openimsdk/openim-sdk-core'
path: ${{ env.SDK_DIR }} path: ${{ env.SDK_DIR }}
- name: Checkout Server repository
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go_version }} - name: Set up Go ${{ matrix.go_version }}
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
@ -143,7 +143,7 @@ jobs:
- name: Build test SDK core - name: Build test SDK core
run: | run: |
cd ${{ github.workspace }}/${{ env.SDK_DIR }} cd ${{ env.SDK_DIR }}
go mod tidy go mod tidy
cd integration_test cd integration_test
mkdir data mkdir data

Loading…
Cancel
Save