mirror of
https://github.com/alrayyes/my-opinionated-gatsby-starter
synced 2023-11-14 15:56:29 +00:00
store built site
This commit is contained in:
parent
8299db815d
commit
2185a6b209
@ -12,8 +12,11 @@ jobs:
|
||||
steps:
|
||||
- run: yarn install
|
||||
- run: yarn test:coverage
|
||||
- run: yarn build
|
||||
- store_artifacts:
|
||||
path: coverage
|
||||
- store_artifacts:
|
||||
path: public
|
||||
- codecov/upload:
|
||||
file: coverage/cobertura-coverage.xml
|
||||
workflows:
|
||||
|
Loading…
Reference in New Issue
Block a user