This commit is contained in:
parent
202a60f091
commit
ab8068e26d
1 changed files with 4 additions and 7 deletions
|
@ -1,10 +1,7 @@
|
|||
# .woodpecker.yml
|
||||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
test:
|
||||
image: golang
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Testing.."
|
||||
- go mod tidy
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue