Always run tests
This commit is contained in:
parent
72336e0eba
commit
a91b549241
|
|
@ -15,6 +15,7 @@ rails spec:
|
|||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE != "push"
|
||||
when: never
|
||||
- when: always
|
||||
script:
|
||||
- cd /app
|
||||
- bundle exec rails db:migrate
|
||||
|
|
|
|||
Loading…
Reference in New Issue