1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update build.yml

This commit is contained in:
Patrik J. Braun 2020-01-29 23:02:07 +01:00 committed by GitHub
parent 3fc6868f4d
commit a7aaa34627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ jobs:
env:
MYSQL_USER: user
MYSQL_PASSWORD: password
MYSQL_DATABASE: test
MYSQL_DATABASE: pigallery_test
MYSQL_ROOT_PASSWORD: password
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
@ -53,7 +53,7 @@ jobs:
MYSQL_USERNAME: user
MYSQL_PASSWORD: password
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
MYSQL_DATABASE: pigalelry_test
MYSQL_DATABASE: pigallery_test
PORT: 35000
CI: true