2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00
This commit is contained in:
Oliver Walters
2021-03-31 17:45:57 +11:00
parent 631e41e22a
commit af52f0eace
2 changed files with 5 additions and 6 deletions

View File

@ -19,7 +19,7 @@ jobs:
MYSQL_PASSWORD: password
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
ports:
- 3306
- 3306:3306
steps:
- name: Checkout Code