mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 17:04:54 +00:00
Fix GH acton for E2E CLI tests coverage to Sonar (#9910)
This commit is contained in:
parent
5608c2fde0
commit
b0f7cc3ca2
18
.github/workflows/py-cli-e2e-tests.yml
vendored
18
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -103,23 +103,23 @@ jobs:
|
||||
- name: Upload coverage artifact
|
||||
if: matrix.e2e-test == 'python' && steps.e2e-test.outcome == 'success'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-${{ matrix.e2e-test }}
|
||||
path: .coverage
|
||||
with:
|
||||
name: coverage-${{ matrix.e2e-test }}
|
||||
path: .coverage
|
||||
|
||||
- name: Upload coverage artifact for Python tests
|
||||
if: matrix.e2e-test != 'python' && steps.e2e-test.outcome == 'success'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-${{ matrix.e2e-test }}
|
||||
path: .coverage.${{ matrix.e2e-test }}
|
||||
with:
|
||||
name: coverage-${{ matrix.e2e-test }}
|
||||
path: .coverage.${{ matrix.e2e-test }}
|
||||
|
||||
- name: Upload tests artifact
|
||||
if: steps.e2e-test.outcome == 'success'
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tests-${{ matrix.e2e-test }}
|
||||
path: ingestion/junit/test-results-*.xml
|
||||
with:
|
||||
name: tests-${{ matrix.e2e-test }}
|
||||
path: ingestion/junit/test-results-*.xml
|
||||
|
||||
- name: Clean Up
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user