Reorder step run
This commit is contained in:
parent
d23ff42ef3
commit
ce6d1339b1
1 changed files with 7 additions and 8 deletions
15
.drone.yml
15
.drone.yml
|
@ -10,14 +10,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- bin/bundle install --jobs=3 --retry=3
|
- bin/bundle install --jobs=3 --retry=3
|
||||||
|
|
||||||
- name: test
|
|
||||||
image: ruby:3.2.0
|
|
||||||
volumes:
|
|
||||||
- name: bundle
|
|
||||||
path: /usr/local/bundle
|
|
||||||
commands:
|
|
||||||
- bin/rails test
|
|
||||||
|
|
||||||
- name: autoload
|
- name: autoload
|
||||||
image: ruby:3.2.0
|
image: ruby:3.2.0
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -34,6 +26,13 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- bin/bundle exec standardrb
|
- bin/bundle exec standardrb
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
image: ruby:3.2.0
|
||||||
|
volumes:
|
||||||
|
- name: bundle
|
||||||
|
path: /usr/local/bundle
|
||||||
|
commands:
|
||||||
|
- bin/rails test
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
|
|
Loading…
Reference in a new issue