Skip to content

Commit

Permalink
work on container
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 3, 2024
1 parent c678e82 commit 9df8140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
postgres:
image: postgres:16.1
env:
POSTGRES_USER: route_rater
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ${{ secrets.ROUTE_RATER_DATABASE_PASSWORD }}
POSTGRES_DB: postgres
ports:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup DB, Run tests
env:
PGHOST: localhost
PGUSER: route_rater
PGUSER: postgres
PGPORT: ${{ job.services.postgres.ports[5432] }} # Access the PostgreSQL service port correctly
PGPASSWORD: ${{ secrets.ROUTE_RATER_DATABASE_PASSWORD }}
RAILS_ENV: test
Expand Down

0 comments on commit 9df8140

Please sign in to comment.