MINOR: fix py-cli-e2e-tests.yml (#19503)

This commit is contained in:
Imri Paran 2025-01-24 06:04:53 +01:00 committed by GitHub
parent 2099799e7f
commit ed55fb3137
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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