send screenshots to s3 after failed travis build (#5537)

This commit is contained in:
Molly Struve 2020-01-15 17:22:37 -05:00 committed by GitHub
parent 5e761fc570
commit 7b63da2627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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