akkounts/.drone.yml
Sebastian Kippe 151bd58cb4
All checks were successful
continuous-integration/drone/push Build is passing
Speed up bundle-install on CI
2020-11-19 19:04:24 +01:00

15 lines
257 B
YAML

kind: pipeline
type: docker
name: CI build
steps:
- name: rspec
image: guildeducation/rails:2.7.1-12.19.0
commands:
- bundle install --jobs=3 --retry=3
- yarn install
- bundle exec rspec
when:
branch:
- master