Allow empty Mysql password on CI
This commit is contained in:
parent
a4a4643765
commit
6c4961ae48
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ before_script:
|
|||
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
|
||||
- RAILS_ENV=test bundle exec rake db:drop db:create db:schema:load db:migrate
|
||||
|
||||
variables:
|
||||
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
|
||||
|
||||
spec:feature:
|
||||
script:
|
||||
- RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
|
||||
|
|
Loading…
Reference in a new issue