Reorder step run
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Andrew Tomaka 2023-03-07 22:30:58 -05:00
parent d23ff42ef3
commit ce6d1339b1
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -10,14 +10,6 @@ steps:
commands:
- 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
image: ruby:3.2.0
volumes:
@ -34,6 +26,13 @@ steps:
commands:
- bin/bundle exec standardrb
- name: test
image: ruby:3.2.0
volumes:
- name: bundle
path: /usr/local/bundle
commands:
- bin/rails test
volumes:
- name: bundle