mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Workflow: Test MySQL Connection Step
This commit is contained in:
parent
df01366697
commit
1c25b3edde
@ -18,6 +18,11 @@ jobs:
|
|||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Verify MySQL connection
|
||||||
|
run: |
|
||||||
|
mysql --version
|
||||||
|
mysql --host mysql --port 33306 -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