Mise à jour de '.drone.yml' #74

Closed
arthur.poulet.test-hack2 wants to merge 1 commits from arthur.poulet.test-hack2/LifePex:develop into develop
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ steps:
LIFEPEX_DB: "sqlite://test.db"
LIFEPEX_ENV: "test"
commands:
- echo this should not be running !
- bundle install --jobs=1 --retry=1
- rake db:migrate
- rake test