mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-01-02 03:37:54 +02:00
fixing env variables in tests
This commit is contained in:
parent
51d2238635
commit
59e8d77f0d
@ -5,8 +5,7 @@ node_js:
|
||||
- '12'
|
||||
- '13'
|
||||
env:
|
||||
- MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
|
||||
- Server-port=35000
|
||||
- Server-port=35000 MYSQL_HOST='localhost' MYSQL_PASSWORD='' MYSQL_USERNAME='root' MYSQL_DATABASE='pigallery2_test'
|
||||
services:
|
||||
- mysql
|
||||
addons:
|
||||
|
Loading…
Reference in New Issue
Block a user