mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Fix mariadb env vars ghaction tests
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
MYSQL_DATABASE: photoview_test
|
MYSQL_DATABASE: photoview_test
|
||||||
MYSQL_USER: photoview
|
MYSQL_USER: photoview
|
||||||
MYSQL_PASSWORD: photosecret
|
MYSQL_PASSWORD: photosecret
|
||||||
|
MYSQL_RANDOM_ROOT_PASSWORD: yes
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="mysqladmin ping"
|
--health-cmd="mysqladmin ping"
|
||||||
--health-interval=10s
|
--health-interval=10s
|
||||||
|
|||||||
Reference in New Issue
Block a user