Skip to content

Commit

Permalink
Fix dbuser
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 13, 2023
1 parent 07dab57 commit b367907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-115.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
docker-compose up -d
# Wait for DB to be up
while ! docker-compose exec -T test psql -h db -p 5432 -U postgresql -v ON_ERROR_STOP=1 -c "SELECT 1" -d tests
while ! docker-compose exec -T test psql -h db -p 5432 -U postgres -v ON_ERROR_STOP=1 -c "SELECT 1" -d tests
do
echo "Waiting for DB to be UP"
sleep 1
Expand Down

0 comments on commit b367907

Please sign in to comment.