Storing build and coverage report
This commit is contained in:
parent
ca41d2015a
commit
d4d764f81e
@ -27,10 +27,16 @@ jobs:
|
||||
name: Run tests
|
||||
command: yarn test
|
||||
|
||||
- store_artifacts:
|
||||
path: coverage
|
||||
|
||||
- run:
|
||||
name: Build site
|
||||
command: yarn build
|
||||
|
||||
- store_artifacts:
|
||||
path: build
|
||||
|
||||
- run:
|
||||
name: Deploy to S3
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user