Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
Put postgres env variables back at job level, since django needs them too
  • Loading branch information
Smoothex authored Jan 29, 2024
1 parent e85dac6 commit 77b956a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ on:

jobs:
integration-tests:
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_USER: ${{ secrets.POSTGRES_USER }}
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
POSTGRES_DB: routing
runs-on: ubuntu-latest
services:
postgres:
Expand Down

0 comments on commit 77b956a

Please sign in to comment.