From 9c62ed45959b821a9939f8a7cb34850bc3ca66bb Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Thu, 21 Sep 2017 14:33:18 -0400 Subject: [PATCH] run linting first for tests --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index b0eed477..384871cc 100644 --- a/circle.yml +++ b/circle.yml @@ -24,9 +24,9 @@ dependencies: test: override: + - cd "$PROJECT_PATH" && make metalinter_test - cd "$PROJECT_PATH" && set -o pipefail && make test_integrations 2>&1 | tee test_integrations.log: timeout: 1800 - - cd "$PROJECT_PATH" && make metalinter_test post: - cd "$PROJECT_PATH" && mv test_integrations.log "${CIRCLE_ARTIFACTS}" - cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash) -f coverage.txt