Skip to content

Commit c075f0d

Browse files
committed
Disable clearing env variables by passing --keep-env-variables as exta argument
1 parent 5728ca4 commit c075f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-teradata-main-systemtest-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
export AIRFLOW_VAR_AWS_SECRET_ACCESS_KEY=${{ secrets.TERADATA_DOWNLOAD_AWS_SECRET_ACCESS_KEY }}
121121
122122
123-
uv run pytest --system -W ignore::pytest.PytestRemovedIn9Warning --junitxml=report_test.xml providers/teradata/tests/system/teradata/*.py
123+
uv run pytest --keep-env-variables --system -W ignore::pytest.PytestRemovedIn9Warning --junitxml=report_test.xml providers/teradata/tests/system/teradata/*.py
124124
cat report_test.xml
125125
- name: "Delete CSAE environment"
126126
if: always()

0 commit comments

Comments
 (0)