From ce6d1339b1fcc16051a54b31e3a1db3e22359b88 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 7 Mar 2023 22:30:58 -0500 Subject: [PATCH] Reorder step run --- .drone.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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