Compare commits
No commits in common. "ce6d1339b1fcc16051a54b31e3a1db3e22359b88" and "8da07b47b52be91765cb768835e4f1e6a3c0bad0" have entirely different histories.
ce6d1339b1
...
8da07b47b5
2 changed files with 9 additions and 8 deletions
15
.drone.yml
15
.drone.yml
|
@ -10,6 +10,14 @@ 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:
|
||||||
|
@ -26,13 +34,6 @@ 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.4.7
|
2.3.26
|
||||||
|
|
Loading…
Add table
Reference in a new issue