We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53bbe9 commit 189af48Copy full SHA for 189af48
1 file changed
.circleci/config.yml
@@ -28,6 +28,7 @@ jobs:
28
command: |
29
go mod download
30
GO111MODULE=off go get -u github.com/kevinburke/go-bindata/...
31
+ GO111MODULE=off go get -u github.com/tcnksm/ghr
32
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > /go/bin/cc-test-reporter
33
chmod +x /go/bin/cc-test-reporter
34
- persist_to_workspace: *workspace-persist
0 commit comments