mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
Workflow: Removes Port Map & Adds HealthCMD
This commit is contained in:
parent
945062d6f1
commit
1bce328db5
@ -13,16 +13,9 @@ jobs:
|
||||
MYSQL_USER: user
|
||||
MYSQL_PASSWORD: password
|
||||
MYSQL_ROOT_PASSWORD: password
|
||||
ports:
|
||||
- 33306:3306
|
||||
options: --health-cmd="mysql -u user -D testing -ppassword -h mysql -e ''" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||
|
||||
steps:
|
||||
- name: Ready MySQL connection
|
||||
run: |
|
||||
apt-get update && apt-get install -qy libmcrypt-dev default-mysql-client
|
||||
mysql --version
|
||||
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