This commit is contained in:
parent
202a60f091
commit
ab8068e26d
@ -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 New Issue
Block a user