From f4d7aed20f5d2a980d988f573342003e3b289c80 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Thu, 27 Oct 2016 17:06:36 +0100 Subject: [PATCH] circlci: test files to correct folder --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 73b05099..9148b33a 100644 --- a/circle.yml +++ b/circle.yml @@ -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}"/xunit.xml" make lint test deployment: production: # just a label; label names are completely up to you