Skip to content

Commit

Permalink
localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
NickReinlein committed Nov 21, 2024
1 parent 5a55911 commit 3004bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Wait for Database
run: |
for i in {1..10}; do
if pg_isready -h gilgoblin-database -p 5432; then
if pg_isready -h localhost -p 5432; then
echo "Database is ready!"
exit 0
else
Expand Down

0 comments on commit 3004bf5

Please sign in to comment.