Update dependency steps
Makesure to update dependency packages before test.
This commit is contained in:
parent
13aa9632cd
commit
5140058e8b
1 changed files with 2 additions and 6 deletions
|
|
@ -25,11 +25,6 @@ targets:
|
||||||
- go mod download
|
- go mod download
|
||||||
- go mod vendor
|
- go mod vendor
|
||||||
|
|
||||||
gen:
|
|
||||||
description: generate source code
|
|
||||||
after:
|
|
||||||
- 'gen-*'
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
description: build source code
|
description: build source code
|
||||||
after:
|
after:
|
||||||
|
|
@ -39,7 +34,7 @@ targets:
|
||||||
description: run unit tests
|
description: run unit tests
|
||||||
after:
|
after:
|
||||||
- deps
|
- deps
|
||||||
- gen
|
- check
|
||||||
always: true
|
always: true
|
||||||
cmds:
|
cmds:
|
||||||
- ./support/scripts/test.sh
|
- ./support/scripts/test.sh
|
||||||
|
|
@ -47,6 +42,7 @@ targets:
|
||||||
ci:
|
ci:
|
||||||
description: run CI tests
|
description: run CI tests
|
||||||
after:
|
after:
|
||||||
|
- deps
|
||||||
- check
|
- check
|
||||||
cmds:
|
cmds:
|
||||||
- ./support/scripts/ci.sh
|
- ./support/scripts/ci.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue