mirror of
https://github.com/apache/superset.git
synced 2026-04-12 20:57:55 +00:00
chore: use util test env for init check (#23325)
This commit is contained in:
committed by
GitHub
parent
c2b282ac71
commit
a8d5cb89a8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user