Workflow: Updates test mysql connection information

This commit is contained in:
Refringe 2024-09-11 16:49:41 -04:00
parent 001039b6fc
commit 711650fa34
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -22,7 +22,7 @@ jobs:
run: |
apt-get update && apt-get install -qy git curl libmcrypt-dev default-mysql-client
mysql --version
mysql --host 127.0.0.1 --port 3306 -uuser -ppassword -e "SHOW DATABASES"
mysql --host mysql --port 33306 -uuser -ppassword -e "SHOW DATABASES"
- name: Checkout
uses: actions/checkout@v4