mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-04 19:44:58 +00:00
Sonar coverage test run only for Python 3.9 (#8151)
This commit is contained in:
parent
bd78ae28ac
commit
37f06034dd
7
.github/workflows/py-tests.yml
vendored
7
.github/workflows/py-tests.yml
vendored
@ -72,7 +72,14 @@ jobs:
|
||||
run: ./docker/run_local_docker.sh -m no-ui
|
||||
timeout-minutes: 30
|
||||
|
||||
- name: Run Python Tests
|
||||
if: ${{ matrix.py-version != '3.9' }}
|
||||
run: |
|
||||
source env/bin/activate
|
||||
make run_python_tests
|
||||
|
||||
- name: Run Python Tests & record coverage
|
||||
if: ${{ matrix.py-version == '3.9' }}
|
||||
run: |
|
||||
source env/bin/activate
|
||||
make coverage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user