Use rake tasks in CI
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Basti 2022-02-12 15:29:04 -06:00
parent 1a9b47ceee
commit 9fdbf27a60
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -25,8 +25,8 @@ steps:
- bundle config set with 'development test' - bundle config set with 'development test'
- bundle install --jobs=3 --retry=3 - bundle install --jobs=3 --retry=3
- yarn install - yarn install
- yarn run build:css - rake css:build
- bin/rspec - rake spec
when: when:
branch: branch:
- master - master