circleci: export tests to subdir

This commit is contained in:
Tom Gallacher 2016-10-27 17:30:28 +01:00
parent f4d7aed20f
commit 9615c8b98f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ dependencies:
test:
override:
- TEST_ARGS="-t | $(yarn bin)/tap-xunit >> "${CIRCLE_TEST_REPORTS}"/xunit.xml" make lint test
- TEST_ARGS="-t | $(yarn bin)/tap-xunit >> ${CIRCLE_TEST_REPORTS}/tap-xunit/xunit.xml" make lint test
deployment:
production: # just a label; label names are completely up to you