Skip to content
Snippets Groups Projects
Commit ac08a9f1 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets Committed by Stan Hu
Browse files

Add db:migrate task to CI

parent 0ae039d0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -115,6 +115,11 @@ bundler:audit:
script:
- "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
 
spec:feature:ruby22:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment