send screenshots to s3 after failed travis build (#5537)
This commit is contained in:
parent
5e761fc570
commit
7b63da2627
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ script:
|
|||
- './cc-test-reporter upload-coverage'
|
||||
- 'bundle exec bundle-audit check --update --ignore CVE-2015-9284'
|
||||
- yarn build-storybook
|
||||
after_script:
|
||||
addons:
|
||||
artifacts:
|
||||
paths:
|
||||
- /tmp/screenshots/*.png
|
||||
debug: true
|
||||
deploy:
|
||||
provider: heroku
|
||||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue