Storing build and coverage report

This commit is contained in:
Jeff Avallone 2018-02-11 13:12:23 -05:00
parent ca41d2015a
commit d4d764f81e

View File

@ -27,10 +27,16 @@ jobs:
name: Run tests name: Run tests
command: yarn test command: yarn test
- store_artifacts:
path: coverage
- run: - run:
name: Build site name: Build site
command: yarn build command: yarn build
- store_artifacts:
path: build
- run: - run:
name: Deploy to S3 name: Deploy to S3
command: | command: |