Commit 055b6138 authored by Jacob Vosmaer's avatar Jacob Vosmaer Committed by Kamil Trzcinski

Allow empty Mysql password on CI

parent 53fcba83
......@@ -10,6 +10,9 @@ before_script:
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- bundle exec rake db:reset db:create RAILS_ENV=test
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
spec:feature:
script:
- RAILS_ENV=test bundle exec rake assets:precompile 2>/dev/null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment