akkounts/.drone.yml

15 lines
257 B
YAML
Raw Normal View History

2020-11-19 14:23:43 +01:00
kind: pipeline
type: docker
name: CI build
steps:
- name: rspec
image: guildeducation/rails:2.7.1-12.19.0
commands:
2020-11-19 19:04:24 +01:00
- bundle install --jobs=3 --retry=3
2020-11-19 14:23:43 +01:00
- yarn install
- bundle exec rspec
when:
branch:
- master