mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 13:36:32 +00:00
MINOR: fix py-cli-e2e-tests.yml (#19503)
This commit is contained in:
parent
2099799e7f
commit
ed55fb3137
2
.github/workflows/py-cli-e2e-tests.yml
vendored
2
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -170,7 +170,7 @@ jobs:
|
||||
path: .coverage
|
||||
|
||||
- name: Upload coverage artifact for CLI E2E tests
|
||||
if: matrix.e2e-test != 'python' && steps.e2e-test.outcome == 'success' && env.DEBUG == 'false'
|
||||
if: matrix.e2e-test != 'python' && steps.e2e-test.outcome == 'success' && env.DEBUG == 'false'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: coverage-${{ matrix.e2e-test }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user