mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
fixing env variables in tests
This commit is contained in:
parent
59e8d77f0d
commit
7afa1ff165
@ -5,7 +5,7 @@ node_js:
|
|||||||
- '12'
|
- '12'
|
||||||
- '13'
|
- '13'
|
||||||
env:
|
env:
|
||||||
- Server-port=35000 MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
|
- PORT=35000 MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user