Skip to content

Commit

Permalink
Update database setup to use localhost instead of postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoflorentino committed Mar 31, 2024
1 parent cf59fdb commit 0aed25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Database Setup
run: |
psql "postgresql://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@postgres:5432" << EOF
psql "postgresql://${{ secrets.POSTGRES_USER }}:${{ secrets.POSTGRES_PASSWORD }}@localhost:5432" << EOF
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
EOF
Expand Down

0 comments on commit 0aed25a

Please sign in to comment.