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:
|
- run:
|
||||||
name: Collect Reports
|
name: Collect Reports
|
||||||
when: always
|
when: on_fail
|
||||||
command: .circleci/collect_reports.sh
|
command: .circleci/collect_reports.sh
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
@ -159,7 +159,7 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Collect Reports
|
name: Collect Reports
|
||||||
when: always
|
when: on_fail
|
||||||
command: .circleci/collect_reports.sh
|
command: .circleci/collect_reports.sh
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
|
Loading…
Reference in New Issue