mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
fix: core coverage and add a coverage step in workflow (#20784)
* fix: core coverage * add step in workflow
This commit is contained in:
5
.github/workflows/superset-frontend.yml
vendored
5
.github/workflows/superset-frontend.yml
vendored
@@ -51,6 +51,11 @@ jobs:
|
||||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
run: npm run plugins:build-storybook
|
||||
- name: superset-ui/core coverage
|
||||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
run: |
|
||||
npm run core:cover
|
||||
- name: unit tests
|
||||
if: steps.check.outcome == 'failure'
|
||||
working-directory: ./superset-frontend
|
||||
|
||||
Reference in New Issue
Block a user