Skip to content

Commit

Permalink
add generator step
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 29, 2021
1 parent 2ea4fdb commit fcbcca6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
working-directory: ./superset-frontend
run: |
npm run test -- --coverage
# todo: remove this step when fix generator as a project in root jest.config.js
- name: generator-superset unit tests
if: steps.check.outcome == 'failure'
working-directory: ./superset-frontend/packages/generator-superset
run: npx jest
- name: Upload code coverage
if: steps.check.outcome == 'failure'
working-directory: ./superset-frontend
Expand Down

0 comments on commit fcbcca6

Please sign in to comment.