Parallelize
This commit is contained in:
parent
ce6d1339b1
commit
0581459a2c
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,8 @@ steps:
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
commands:
|
commands:
|
||||||
- bin/rails zeitwerk:check
|
- bin/rails zeitwerk:check
|
||||||
|
depends_on:
|
||||||
|
- install
|
||||||
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: ruby:3.2.0
|
image: ruby:3.2.0
|
||||||
|
@ -25,6 +27,8 @@ steps:
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
commands:
|
commands:
|
||||||
- bin/bundle exec standardrb
|
- bin/bundle exec standardrb
|
||||||
|
depends_on:
|
||||||
|
- install
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: ruby:3.2.0
|
image: ruby:3.2.0
|
||||||
|
@ -33,6 +37,8 @@ steps:
|
||||||
path: /usr/local/bundle
|
path: /usr/local/bundle
|
||||||
commands:
|
commands:
|
||||||
- bin/rails test
|
- bin/rails test
|
||||||
|
depends_on:
|
||||||
|
- install
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: bundle
|
- name: bundle
|
||||||
|
|
Loading…
Reference in a new issue