Skip to content

Commit 90b6ae7

Browse files
build: fix gh-page action
1 parent 8bed725 commit 90b6ae7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/master.yml renamed to .github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
run: |
3434
yarn dist
3535
36+
# - name: Run coverage
37+
# uses: paambaati/codeclimate-action@v5.0.0
38+
# env:
39+
# CC_TEST_REPORTER_ID: ${{ secrets.COVERAGE_TOKEN }}
40+
# with:
41+
# coverageCommand: yarn test --coverage --json --outputFile=./.storybook/jest-test-results.json
42+
3643
# Runs a set of commands using the runners shell
3744
- name: Build storybook
3845
run: |

0 commit comments

Comments
 (0)