Skip to content

Commit addd3a4

Browse files
committed
CI: debug tests + old version of fsouza/go-dockerclient
1 parent caf5c98 commit addd3a4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,14 @@ jobs:
187187
name: "get goveralls"
188188
command: |
189189
set -ux
190-
go get github.com/mattn/goveralls
191-
go install github.com/mattn/goveralls
192-
go get golang.org/x/crypto/ssh/terminal@v0.0.0-20210921155107-089bfa567519
190+
ls -la
193191
: prepare for 'go test'
192+
cat go.mod
194193
go mod download
194+
: get goveralls too
195+
go get github.com/mattn/goveralls
196+
go install github.com/mattn/goveralls
197+
##why was this here again?## go get golang.org/x/crypto/ssh/terminal@v0.0.0-20210921155107-089bfa567519
195198
# https://circleci.com/developer/orbs/orb/circleci/go
196199
- go/test: # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
197200
covermode: atomic

0 commit comments

Comments
 (0)