1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

circleci: export tests to subdir

This commit is contained in:
Tom Gallacher 2016-10-27 17:30:28 +01:00
parent f4d7aed20f
commit 9615c8b98f

View File

@ -30,7 +30,7 @@ dependencies:
test: test:
override: 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: deployment:
production: # just a label; label names are completely up to you production: # just a label; label names are completely up to you