Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
c9adad27
Commit
c9adad27
authored
Aug 14, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: spit out junit reports from the interop tests
parent
7591a8d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
.circleci/config.yml
.circleci/config.yml
+13
-2
No files found.
.circleci/config.yml
View file @
c9adad27
...
...
@@ -160,15 +160,26 @@ jobs:
-
v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
-
v1-interop-
-
run
:
command
:
npm install
name
:
Installing dependencies
command
:
|
npm install
npm install mocha-junit-reporter
working_directory
:
~/ipfs/go-ipfs/interop
-
save_cache
:
key
:
v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
paths
:
-
~/ipfs/go-ipfs/interop/node_modules
-
run
:
command
:
npm run test:node
name
:
Running tests
command
:
|
mkdir -p /tmp/test-results/interop/
export MOCHA_FILE="$(mktemp /tmp/test-results/interop/unit.XXXXXX.xml)"
node_modules/.bin/mocha --reporter=mocha-junit-reporter 'test/node.js'
working_directory
:
~/ipfs/go-ipfs/interop
environment
:
IPFS_REUSEPORT
:
false
-
store_test_results
:
path
:
/tmp/test-results
go-ipfs-api
:
executor
:
golang
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment