We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4084c commit 643778fCopy full SHA for 643778f
screwdriver.yaml
@@ -22,7 +22,7 @@ jobs:
22
fi
23
- vet: go vet ./...
24
- build: go install -v ./...
25
- - test-setup: go get gotest.tools/gotestsum@v0.6.0
+ - test-setup: go get gotest.tools/gotestsum@latest
26
- test: gotestsum --format testname --jsonfile ${SD_ARTIFACTS_DIR}/report.json -- -coverprofile=${SD_ARTIFACTS_DIR}/coverage.out ./...
27
28
deploy:
0 commit comments