Update action (#2211)
* Rename golangci-lint.yml to golangci-lint.bak * Update e2e-test.yml * Update openimci.yml
This commit is contained in:
parent
653b48479d
commit
65b6c3d17f
|
@ -80,7 +80,6 @@ jobs:
|
|||
|
||||
- name: Module Operations
|
||||
run: |
|
||||
sudo go mod tidy
|
||||
echo "===========> Verifying go-gitlint is installed"
|
||||
if [ ! -f ./_output/tools/go-gitlint ]; then
|
||||
export GOBIN=$(pwd)/_output/tools
|
||||
|
@ -89,7 +88,6 @@ jobs:
|
|||
echo "===========> go-gitlint is installed in /home/ubuntu/DF/open-im-server/_output/tools/go-gitlint"
|
||||
fi
|
||||
|
||||
|
||||
- name: Build, Start(make build && make start)
|
||||
run: |
|
||||
sudo ./scripts/install/install.sh -i
|
||||
|
|
|
@ -36,6 +36,7 @@ on:
|
|||
- "CONTRIBUTING/**"
|
||||
- "**.md"
|
||||
- "docs/**"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in New Issue