This commit is contained in:
+9
-1
@@ -12,7 +12,15 @@ steps:
|
||||
- gotestsum --format testname --junitfile .build/unittests.xml -- -coverprofile=.build/coverage.txt ./...
|
||||
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
- govulncheck -v ./...
|
||||
|
||||
- name: publish
|
||||
image: golang
|
||||
commands:
|
||||
- echo "Publishing not implemented yet"
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- custom
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
Reference in New Issue
Block a user