Update drone.yml file format
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
24923a305b
commit
66683c9496
1 changed files with 10 additions and 7 deletions
17
.drone.yml
17
.drone.yml
|
@ -1,7 +1,10 @@
|
||||||
# .woodpecker.yml
|
kind: pipeline
|
||||||
pipeline:
|
type: docker
|
||||||
test:
|
name: testing
|
||||||
image: golang
|
|
||||||
commands:
|
steps:
|
||||||
- go mod tidy
|
- name: test
|
||||||
- make test
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go mod tidy
|
||||||
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue