mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
circleci: export tests to subdir
This commit is contained in:
parent
f4d7aed20f
commit
9615c8b98f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user