fix pipeline: attempt 1

This commit is contained in:
Greg Gauthier 2021-03-12 09:14:33 +00:00
parent a1f3005c9e
commit daa41ceeb5
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ pipelines:
- go get -u github.com/jstemmer/go-junit-report
- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
# Build compiles the packages
- go build -o ./build/ ./*
- mkdir ./build
- go build -o ./build/ ./*.go
- step:
name: Lint code
image: golangci/golangci-lint:v1.31.0