always save test results

This commit is contained in:
Wyatt Johnson
2018-02-28 17:18:29 -07:00
parent 9be6a3cce6
commit 6426d3ebd8
+1
View File
@@ -29,6 +29,7 @@ integration_job: &integration_job
name: Run the integration tests
command: bash .circleci/e2e.sh
- store_test_results:
when: always
path: /tmp/circleci-test-results
version: 2