Upload specs_with_runtime.txt
This commit is contained in:
parent
cac378ff5c
commit
e9b18dbc13
|
|
@ -14,7 +14,7 @@ rails spec:
|
||||||
- if: $SKIP_TEST
|
- if: $SKIP_TEST
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE != "push"
|
- if: $CI_PIPELINE_SOURCE != "push"
|
||||||
when: never
|
when: never
|
||||||
- changes:
|
- changes:
|
||||||
- '**/*.rb'
|
- '**/*.rb'
|
||||||
- 'Gemfile'
|
- 'Gemfile'
|
||||||
|
|
@ -23,3 +23,7 @@ rails spec:
|
||||||
- cd /app
|
- cd /app
|
||||||
- bundle exec rails db:migrate
|
- bundle exec rails db:migrate
|
||||||
- bundle exec rails spec
|
- bundle exec rails spec
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- specs_with_runtime.txt
|
||||||
|
expire_in: 30 days
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue