diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ed0b5ff..6d0b2ad 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -57,6 +57,12 @@ jobs: shell: bash - name: Run tests + env: + PGHOST: ${{ secrets.DB_POSTGRES_TEST_HOST}} + PGPORT: ${{ secrets.DB_POSTGRES_TEST_PORT }} + PGUSER: ${{ secrets.DB_POSTGRES_TEST_USERNAME}} + PGPASSWORD: ${{ secrets.DB_POSTGRES_TEST_PASSWORD}} + PGDATABASE: ${{ secrets.DB_POSTGRES_TEST_PATIENT_SYNTHETIC_DATA}} run: pytest shell: bash