|
@@ -39,10 +39,10 @@ jobs:
|
|
|
path: data-management-python
|
|
|
- name: Test with pytest
|
|
|
run: |
|
|
|
- pytest test/
|
|
|
+ pytest --log-cli-level=10 test/
|
|
|
env:
|
|
|
PYTHONPATH: /home/runner/work/igf-airflow-hpc/igf-airflow-hpc/data-management-python
|
|
|
AIRFLOW__CORE__DAGBAG_IMPORT_TIMEOUT: 20
|
|
|
AIRFLOW__SECRETS__BACKEND: airflow.secrets.local_filesystem.LocalFilesystemBackend
|
|
|
- AIRFLOW__SECRETS__BACKEND_KWARGS: '{"variables_file_path":"airflow_var/var.json","connections_file_path":"airflow_var/conn.json"}'
|
|
|
+ AIRFLOW__SECRETS__BACKEND_KWARGS: '{"variables_file_path":"/home/runner/work/igf-airflow-hpc/igf-airflow-hpc/airflow_var/var.json","connections_file_path":"/home/runner/work/igf-airflow-hpc/igf-airflow-hpc/airflow_var/conn.json"}'
|
|
|
|