From 9fdbf27a60e383d818f2fd430415a4b5d3ea1b81 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sat, 12 Feb 2022 15:29:04 -0600 Subject: [PATCH] Use rake tasks in CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a23aeb0..1a4a3fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,8 +25,8 @@ steps: - bundle config set with 'development test' - bundle install --jobs=3 --retry=3 - yarn install - - yarn run build:css - - bin/rspec + - rake css:build + - rake spec when: branch: - master