Skip to content

Commit

Permalink
Try Github workspace var
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Oct 21, 2024
1 parent 6d37bec commit f76d9bf
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:[email protected]: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 f76d9bf

Please sign in to comment.