mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Workflow: Updates test mysql connection information
This commit is contained in:
parent
001039b6fc
commit
711650fa34
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user