1
0
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:
Ryan Kes 2020-06-23 18:40:47 +02:00
parent 8299db815d
commit 2185a6b209

View File

@ -12,8 +12,11 @@ jobs:
steps: steps:
- run: yarn install - run: yarn install
- run: yarn test:coverage - run: yarn test:coverage
- run: yarn build
- store_artifacts: - store_artifacts:
path: coverage path: coverage
- store_artifacts:
path: public
- codecov/upload: - codecov/upload:
file: coverage/cobertura-coverage.xml file: coverage/cobertura-coverage.xml
workflows: workflows: