update ci/cd configuration
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
--health-retries=3
|
||||
env:
|
||||
RAILS_ENV: test
|
||||
DB_HOST: mariadb
|
||||
DB_HOST: "${DB_HOST:-mariadb}"
|
||||
DB_ROOT_PASSWORD: "${DB_ROOT_PASSWORD:-root}"
|
||||
DB_DATABASE: "${DB_DATABASE:-aperonight_test}"
|
||||
DB_USERNAME: "${DB_USERNAME:-root}"
|
||||
|
||||
Reference in New Issue
Block a user