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:
parent
697d61485b
commit
3fc6868f4d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
npm test
|
npm test
|
||||||
env:
|
env:
|
||||||
MYSQL_HOST: localhost
|
MYSQL_HOST: localhost
|
||||||
MYSQL_USER: user
|
MYSQL_USERNAME: user
|
||||||
MYSQL_PASSWORD: password
|
MYSQL_PASSWORD: password
|
||||||
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
|
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
|
||||||
MYSQL_DATABASE: pigalelry_test
|
MYSQL_DATABASE: pigalelry_test
|
||||||
|
Loading…
Reference in New Issue
Block a user