Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Oct 21, 2024
1 parent 6d37bec commit 7c58ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ jobs:
env:
AIRFLOW__CORE__DAGBAG_IMPORT_TIMEOUT: 90.0
AIRFLOW_CONN_EXAMPLE_CONN: postgres://postgres:postgres@0.0.0.0:5432/postgres
AIRFLOW_HOME: /home/runner/work/dag-factory/dag-factory/
CONFIG_ROOT_DIR: $PWD/dags
AIRFLOW_HOME: ${GITHUB_WORKSPACE}
CONFIG_ROOT_DIR: ${GITHUB_WORKSPACE}/dags
POSTGRES_DB: postgres
POSTGRES_HOST: localhost
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
POSTGRES_SCHEMA: public
POSTGRES_USER: postgres
PYTHONPATH: $PWD:$PWD/examples:$PYTHONPATH
PYTHONPATH: ${GITHUB_WORKSPACE}:${GITHUB_WORKSPACE}/examples:$PYTHONPATH

- name: Upload coverage to Github
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7c58ec6

Please sign in to comment.