run linting first for tests

This commit is contained in:
Zach Ramsay 2017-09-21 14:33:18 -04:00 committed by Ethan Buchman
parent fe694e1fe1
commit 9c62ed4595
1 changed files with 1 additions and 1 deletions

View File

@ -24,9 +24,9 @@ dependencies:
test: test:
override: override:
- cd "$PROJECT_PATH" && make metalinter_test
- cd "$PROJECT_PATH" && set -o pipefail && make test_integrations 2>&1 | tee test_integrations.log: - cd "$PROJECT_PATH" && set -o pipefail && make test_integrations 2>&1 | tee test_integrations.log:
timeout: 1800 timeout: 1800
- cd "$PROJECT_PATH" && make metalinter_test
post: post:
- cd "$PROJECT_PATH" && mv test_integrations.log "${CIRCLE_ARTIFACTS}" - cd "$PROJECT_PATH" && mv test_integrations.log "${CIRCLE_ARTIFACTS}"
- cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash) -f coverage.txt - cd "$PROJECT_PATH" && bash <(curl -s https://codecov.io/bash) -f coverage.txt