Add store test results step

This commit is contained in:
Luke Lau 2019-01-07 14:47:22 -05:00 committed by GitHub
parent b922d39937
commit bd98360663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,9 @@ defaults: &defaults
command: stack -j 1 --stack-yaml=${STACK_FILE} test --dump-logs
no_output_timeout: 120m
- store_test_results:
path: test-results
- store_artifacts:
path: test-logs