File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ executors:
44
44
TEST_VERBOSE : 1
45
45
node :
46
46
docker :
47
- - image : circleci/node:10
47
+ - image : circleci/node:12
48
48
working_directory : ~/ipfs/go-ipfs
49
49
environment :
50
50
<< : *default_environment
@@ -191,15 +191,14 @@ jobs:
191
191
- run :
192
192
name : Installing reporting tools
193
193
command : |
194
- npm install --save-dev mocha-junit -reporter@1.23.1 [email protected]
194
+ npm install --save-dev mocha-circleci -reporter@0.0.3
195
195
working_directory : ~/ipfs/go-ipfs/interop
196
196
- run :
197
197
name : Running tests
198
198
command : |
199
199
mkdir -p /tmp/test-results/interop/
200
200
export MOCHA_FILE="$(mktemp /tmp/test-results/interop/unit.XXXXXX.xml)"
201
- echo '{"reporterEnabled": "mocha-junit-reporter, spec"}' > mocha-conf.json
202
- node_modules/.bin/mocha -R mocha-multi-reporters --reporter-options "configFile=mocha-conf.json" \
201
+ node_modules/.bin/mocha --reporter mocha-circleci-reporter \
203
202
$(sed -n -e "s|^require('\(.*\)')$|test/\1|p" test/node.js | circleci tests split)
204
203
working_directory : ~/ipfs/go-ipfs/interop
205
204
environment :
You can’t perform that action at this time.
0 commit comments