2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00
This commit is contained in:
2021-05-06 14:38:13 +02:00
parent 8c63b53c16
commit d5b65e6e41
7 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
ports:
- 3306:3306
steps:
- name: Checkout Code
uses: actions/checkout@v2