Always run tests

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

View File

@ -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