diff --git a/.drone.yml b/.drone.yml index fdea2db..9de4461 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index f52c78a..1f5bece 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,4 +262,4 @@ RUBY VERSION ruby 3.2.0p0 BUNDLED WITH - 2.3.26 + 2.4.7