chore: use util test env for init check (#23325)

This commit is contained in:
Elizabeth Thompson
2023-03-10 16:07:50 -08:00
committed by GitHub
parent c2b282ac71
commit a8d5cb89a8
2 changed files with 4 additions and 3 deletions

View File

@@ -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