Testing pipeline
continuous-integration/drone Build is passing Details

This commit is contained in:
Adam Štrauch 2021-09-17 01:39:48 +02:00
parent 202a60f091
commit ab8068e26d
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 4 additions and 7 deletions

View File

@ -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