Skip to content

Commit

Permalink
remove postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Oct 21, 2024
1 parent f76d9bf commit 87abb65
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@ jobs:
airflow-version: "2.7"
- python-version: "3.12"
airflow-version: "2.8"
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 5432:5432
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -186,15 +174,8 @@ jobs:
hatch run tests.py${{ matrix.python-version }}-${{ matrix.airflow-version }}:test-integration
env:
AIRFLOW__CORE__DAGBAG_IMPORT_TIMEOUT: 90.0
AIRFLOW_CONN_EXAMPLE_CONN: postgres://postgres:postgres@0.0.0.0:5432/postgres
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: ${{ github.workspace }}:${{ github.workspace }}/examples:$PYTHONPATH

- name: Upload coverage to Github
Expand Down

0 comments on commit 87abb65

Please sign in to comment.