We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dfe38 commit 7f2630bCopy full SHA for 7f2630b
.circleci/config.yml
@@ -135,6 +135,7 @@ jobs:
135
wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
136
tar xfz go1.16.4.linux-amd64.tar.gz
137
echo "export PATH=$(pwd)/go/bin:$PATH" >> $BASH_ENV
138
+ - run: go version
139
- run: sudo apt install socat net-tools
140
- checkout
141
@@ -160,7 +161,9 @@ jobs:
160
161
- run:
162
echo DOCKER_HOST=$DOCKER_HOST &&
163
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
-
164
+ - run:
165
+ when: always
166
+ command: which ipfs || true
167
168
when: always
169
command: bash <(curl -s https://codecov.io/bash) -cF sharness -X search -f coverage/sharness_tests.coverprofile
0 commit comments