mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix postgres workflow
This commit is contained in:
parent
f8d29b7b3b
commit
631e41e22a
3
.github/workflows/mysql.yaml
vendored
3
.github/workflows/mysql.yaml
vendored
@ -11,12 +11,13 @@ jobs:
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
image: mysql:latest
|
||||
env:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||
MYSQL_DATABASE: inventree_test_db
|
||||
MYSQL_USER: inventree
|
||||
MYSQL_PASSWORD: password
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||
ports:
|
||||
- 3306
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user