Set up Drone CI, remove Actions configs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-05 13:43:48 +01:00
parent bf14785404
commit ed7088df57
2 changed files with 14 additions and 33 deletions

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: specs
image: ruby
commands:
- cp config.yml.erb.example config.yml.erb
- bundle install --jobs=3 --retry=3
- bundle exec rake test
services:
- name: redis
image: redis