fix pipeline: attempt 1
This commit is contained in:
parent
a1f3005c9e
commit
daa41ceeb5
@ -15,7 +15,8 @@ pipelines:
|
|||||||
- go get -u github.com/jstemmer/go-junit-report
|
- go get -u github.com/jstemmer/go-junit-report
|
||||||
- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
|
- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
|
||||||
# Build compiles the packages
|
# Build compiles the packages
|
||||||
- go build -o ./build/ ./*
|
- mkdir ./build
|
||||||
|
- go build -o ./build/ ./*.go
|
||||||
- step:
|
- step:
|
||||||
name: Lint code
|
name: Lint code
|
||||||
image: golangci/golangci-lint:v1.31.0
|
image: golangci/golangci-lint:v1.31.0
|
||||||
|
Loading…
Reference in New Issue
Block a user