Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed May 9, 2024
1 parent f3501a8 commit fc808ec
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 @@ -74,7 +74,7 @@ jobs:
- name: Wait for MySQL
run: |
if ${{ matrix.db-type == 'mysql' }}; then
while ! mysqladmin ping --host=127.0.0.1 --password=$MYSQL_ROOT_PASSWORD --silent; do
while ! mysqladmin ping --host=127.0.0.1 --password=$MYSQL_ROOT_PASSWORD --ssl-mode=required --silent; do
sleep 1
done
fi
Expand Down

0 comments on commit fc808ec

Please sign in to comment.