Skip to content

Commit

Permalink
fix user name for db
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 7, 2024
1 parent 23c2341 commit f96bf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run_rspec/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
shell: bash
env:
PGHOST: 127.0.0.1
PGUSER: postgres
PGUSER: route_rater
PGPORT: 5432
PGPASSWORD: ${{ inputs.postgres-password }}
REDIS_URL: redis://localhost:6379/1
Expand Down

0 comments on commit f96bf8d

Please sign in to comment.