Update e2e-test.yml

pull/2199/head
xuan 1 year ago committed by GitHub
parent 6fdd5d1faf
commit 012729cec5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save