mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 20:20:41 -05:00
Workflow: Change Port & Dump HealthCMD
This commit is contained in:
parent
711650fa34
commit
d4c62817f1
@ -14,15 +14,14 @@ jobs:
|
||||
MYSQL_PASSWORD: password
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
ports:
|
||||
- 33306:3306
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
- 3306:3306
|
||||
|
||||
steps:
|
||||
- name: Verify MySQL connection
|
||||
- name: Ready MySQL connection
|
||||
run: |
|
||||
apt-get update && apt-get install -qy git curl libmcrypt-dev default-mysql-client
|
||||
apt-get update && apt-get install -qy libmcrypt-dev default-mysql-client
|
||||
mysql --version
|
||||
mysql --host mysql --port 33306 -uuser -ppassword -e "SHOW DATABASES"
|
||||
mysql --host mysql --port 3306 -uuser -ppassword -e "SHOW DATABASES"
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user