Upload specs_with_runtime.txt

This commit is contained in:
Daniel Schädler 2022-07-01 22:32:21 +02:00
parent cac378ff5c
commit e9b18dbc13
Signed by: Malaber
GPG Key ID: 4BB175A9617E4B11
1 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ rails spec:
- if: $SKIP_TEST
when: never
- if: $CI_PIPELINE_SOURCE != "push"
when: never
when: never
- changes:
- '**/*.rb'
- 'Gemfile'
@ -23,3 +23,7 @@ rails spec:
- cd /app
- bundle exec rails db:migrate
- bundle exec rails spec
artifacts:
paths:
- specs_with_runtime.txt
expire_in: 30 days