Skip to content

Commit

Permalink
once more
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 8, 2024
1 parent ffcca28 commit 00dbf30
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 @@ -72,7 +72,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y postgresql-client mysql-client
until pg_isready -h localhost -U postgres; do echo "Waiting for PostgreSQL..."; sleep 1; done
until mysqladmin ping -h localhost --silent; do echo "Waiting for MySQL..."; sleep 1; done
until mysqladmin ping --silent; do echo "Waiting for MySQL..."; sleep 1; done
- name: Set up Databases
run: |
Expand Down

0 comments on commit 00dbf30

Please sign in to comment.