Speed up test by only uploading on failure

full reports can take several minutes to upload.
This commit is contained in:
Tyler Benson 2018-08-30 12:25:11 +10:00
parent b43e6e27ec
commit 9d079c01d9
1 changed files with 2 additions and 2 deletions

View File

@ -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: