We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4f82a commit c6c89e0Copy full SHA for c6c89e0
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: 'npm'
28
- run: npm install
29
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
30
- - name: Upload Storybook build artifacts
+ - name: Store Storybook Statics
31
uses: actions/upload-artifact@v3
32
with:
33
name: storybook-static
@@ -56,6 +56,11 @@ jobs:
56
57
- run: npm run test:unit:ci --workspace=@tomplum/react-git-log
58
working-directory: packages/library
59
+ - name: Store LCOV Info
60
+ uses: actions/upload-artifact@v3
61
+ with:
62
+ name: storybook-static
63
+ path: packages/library/coverage/lcov.info
64
65
unit-tests-demo:
66
runs-on: ubuntu-latest
0 commit comments