mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
store test results as artifacts every time
This commit is contained in:
@@ -34,6 +34,10 @@ integration_job: &integration_job
|
||||
- store_test_results:
|
||||
when: always
|
||||
path: /tmp/circleci-test-results
|
||||
- store_artifacts:
|
||||
when: always
|
||||
path: /tmp/circleci-test-results
|
||||
|
||||
|
||||
version: 2
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user