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 16:15:39 +01:00 committed by GitHub
parent 1667fc1bbd
commit 5f3bb6df51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
mariadb:
image: mariadb:latest
ports:
- 3306:3306
- 3306
env:
MYSQL_USER: user
MYSQL_PASSWORD: password
@ -52,6 +52,7 @@ jobs:
MYSQL_HOST: localhost
MYSQL_USER: user
MYSQL_PASSWORD: password
MYSQL_PORT: ${{ job.services.mariadb.ports[3306] }}
MYSQL_DATABASE: pigalelry_test
PORT: 35000
CI: true