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:
parent
1667fc1bbd
commit
5f3bb6df51
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306
|
||||||
env:
|
env:
|
||||||
MYSQL_USER: user
|
MYSQL_USER: user
|
||||||
MYSQL_PASSWORD: password
|
MYSQL_PASSWORD: password
|
||||||
@ -52,6 +52,7 @@ jobs:
|
|||||||
MYSQL_HOST: localhost
|
MYSQL_HOST: localhost
|
||||||
MYSQL_USER: user
|
MYSQL_USER: user
|
||||||
MYSQL_PASSWORD: password
|
MYSQL_PASSWORD: password
|
||||||
|
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
|
||||||
MYSQL_DATABASE: pigalelry_test
|
MYSQL_DATABASE: pigalelry_test
|
||||||
PORT: 35000
|
PORT: 35000
|
||||||
CI: true
|
CI: true
|
||||||
|
Loading…
Reference in New Issue
Block a user