Add db:migrate task to CI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
0ae039d0a1
commit
ac08a9f1e1
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ bundler:audit:
|
||||||
script:
|
script:
|
||||||
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
|
- "bundle exec bundle-audit check --update --ignore OSVDB-115941"
|
||||||
|
|
||||||
|
db-migrate-reset:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- RAILS_ENV=test bundle exec rake db:migrate:reset
|
||||||
|
|
||||||
# Ruby 2.2 jobs
|
# Ruby 2.2 jobs
|
||||||
|
|
||||||
spec:feature:ruby22:
|
spec:feature:ruby22:
|
||||||
|
|
Loading…
Reference in a new issue