Always run tests
This commit is contained in:
parent
72578b26f5
commit
72336e0eba
|
|
@ -15,10 +15,6 @@ rails spec:
|
|||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE != "push"
|
||||
when: never
|
||||
- changes:
|
||||
- '**/*.rb'
|
||||
- 'Gemfile'
|
||||
- 'Gemfile.lock'
|
||||
script:
|
||||
- cd /app
|
||||
- bundle exec rails db:migrate
|
||||
|
|
|
|||
Loading…
Reference in New Issue