Speed up test by only uploading on failure
full reports can take several minutes to upload.
This commit is contained in:
parent
b43e6e27ec
commit
9d079c01d9
|
@ -90,7 +90,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Collect Reports
|
||||
when: always
|
||||
when: on_fail
|
||||
command: .circleci/collect_reports.sh
|
||||
|
||||
- store_artifacts:
|
||||
|
@ -159,7 +159,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Collect Reports
|
||||
when: always
|
||||
when: on_fail
|
||||
command: .circleci/collect_reports.sh
|
||||
|
||||
- store_artifacts:
|
||||
|
|
Loading…
Reference in New Issue