Always run tests

This commit is contained in:
Daniel Schädler 2024-04-10 23:19:15 +02:00
parent 72578b26f5
commit 72336e0eba
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ rails spec:
when: never when: never
- if: $CI_PIPELINE_SOURCE != "push" - if: $CI_PIPELINE_SOURCE != "push"
when: never when: never
- changes:
- '**/*.rb'
- 'Gemfile'
- 'Gemfile.lock'
script: script:
- cd /app - cd /app
- bundle exec rails db:migrate - bundle exec rails db:migrate