Compare commits
2 commits
8da07b47b5
...
ce6d1339b1
Author | SHA1 | Date | |
---|---|---|---|
ce6d1339b1 | |||
d23ff42ef3 |
2 changed files with 8 additions and 9 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
|
||||||
|
|
|
@ -262,4 +262,4 @@ RUBY VERSION
|
||||||
ruby 3.2.0p0
|
ruby 3.2.0p0
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.26
|
2.4.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue