Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
Remove the postgres env variables - the service container has them already set a couple of lines below, so it should work now? It was failing in PR iavofficial#2 in main repo
  • Loading branch information
Smoothex authored Jan 29, 2024
1 parent 47afe4f commit e85dac6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ 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 e85dac6

Please sign in to comment.