Update and connect to drone #1
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,8 @@ steps:
|
|||
path: /usr/local/bundle
|
||||
commands:
|
||||
- bin/rails zeitwerk:check
|
||||
depends_on:
|
||||
- install
|
||||
|
||||
- name: lint
|
||||
image: ruby:3.2.0
|
||||
|
@ -25,6 +27,8 @@ steps:
|
|||
path: /usr/local/bundle
|
||||
commands:
|
||||
- bin/bundle exec standardrb
|
||||
depends_on:
|
||||
- install
|
||||
|
||||
- name: test
|
||||
image: ruby:3.2.0
|
||||
|
@ -33,6 +37,8 @@ steps:
|
|||
path: /usr/local/bundle
|
||||
commands:
|
||||
- bin/rails test
|
||||
depends_on:
|
||||
- install
|
||||
|
||||
volumes:
|
||||
- name: bundle
|
||||
|
|
Loading…
Reference in a new issue