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

mysql env fix

This commit is contained in:
Patrik J. Braun 2020-01-29 16:47:28 +01:00 committed by GitHub
parent 697d61485b
commit 3fc6868f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ jobs:
npm test
env:
MYSQL_HOST: localhost
MYSQL_USER: user
MYSQL_USERNAME: user
MYSQL_PASSWORD: password
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
MYSQL_DATABASE: pigalelry_test