Skip to content

Commit 7f2630b

Browse files
debug
1 parent a9dfe38 commit 7f2630b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
136136
tar xfz go1.16.4.linux-amd64.tar.gz
137137
echo "export PATH=$(pwd)/go/bin:$PATH" >> $BASH_ENV
138+
- run: go version
138139
- run: sudo apt install socat net-tools
139140
- checkout
140141

@@ -160,7 +161,9 @@ jobs:
160161
- run:
161162
echo DOCKER_HOST=$DOCKER_HOST &&
162163
make -O -j 3 coverage/sharness_tests.coverprofile test/sharness/test-results/sharness.xml TEST_GENERATE_JUNIT=1 CONTINUE_ON_S_FAILURE=1 DOCKER_HOST=$DOCKER_HOST
163-
164+
- run:
165+
when: always
166+
command: which ipfs || true
164167
- run:
165168
when: always
166169
command: bash <(curl -s https://codecov.io/bash) -cF sharness -X search -f coverage/sharness_tests.coverprofile

0 commit comments

Comments
 (0)