mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Workflow: Install MySQL Client
This commit is contained in:
parent
1c25b3edde
commit
290db63093
@ -20,8 +20,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Verify MySQL connection
|
- name: Verify MySQL connection
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt-get install -y mysql-client
|
||||||
mysql --version
|
mysql --version
|
||||||
mysql --host mysql --port 33306 -uuser -ppassword -e "SHOW DATABASES"
|
mysql --host 127.0.0.1 --port 3306 -uuser -ppassword -e "SHOW DATABASES"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user