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 9cfa1d2b69
2 changed files with 13 additions and 33 deletions

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: specs
image: ruby
commands:
- bundle install --jobs=3 --retry=3
- bundle exec rake test
# services:
# - name: redis
# image: redis