Update and connect to drone #1
1 changed files with 7 additions and 8 deletions
15
.drone.yml
15
.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
|
||||
|
|
Loading…
Reference in a new issue