Files
akkounts/.drone.yml
T
2020-11-19 14:29:07 +01:00

15 lines
238 B
YAML

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