mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
Update e2e-test.yml
This commit is contained in:
parent
6fdd5d1faf
commit
012729cec5
6
.github/workflows/e2e-test.yml
vendored
6
.github/workflows/e2e-test.yml
vendored
@ -74,8 +74,8 @@ jobs:
|
||||
- name: Docker Operations
|
||||
run: |
|
||||
sudo docker compose up -d
|
||||
bash bootstrap.sh
|
||||
mage
|
||||
sudo bash bootstrap.sh
|
||||
sudo mage
|
||||
sudo sleep 20
|
||||
|
||||
- name: Module Operations
|
||||
@ -83,7 +83,7 @@ jobs:
|
||||
sudo go mod tidy
|
||||
echo "===========> Verifying go-gitlint is installed"
|
||||
if [ ! -f ./_output/tools/go-gitlint ]; then
|
||||
GOBIN=./_output/tools make tools.install.go-gitlint
|
||||
export GOBIN=$(pwd)/_output/tools
|
||||
echo "===========> Installing The default installation path is /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
|
||||
go install github.com/marmotedu/go-gitlint/cmd/go-gitlint@latest
|
||||
echo "===========> go-gitlint is installed in /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user