This repository has been archived on 2021-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
DiscordRP/.drone.yml
Arthur Poulet a743e7a000
All checks were successful
continuous-integration/drone/push Build is passing
drone: add testing process
2021-08-17 22:11:31 +02:00

12 lines
167 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: ruby:3.0
environment:
APP_ENV: "test"
commands:
- bundle install --jobs=1 --retry=1
- rake test