Skip to content

Commit

Permalink
run pytest on ci in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Mar 10, 2023
1 parent 5213fc8 commit 9824122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/superset-python-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
mkdir ${{ github.workspace }}/.temp
- name: Python unit tests
if: steps.check.outcome == 'failure'
env:
SUPERSET_TESTENV: true
run: |
pytest --durations-min=0.5 --cov-report= --cov=superset ./tests/common ./tests/unit_tests --cache-clear
- name: Upload code coverage
Expand Down

0 comments on commit 9824122

Please sign in to comment.