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

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

View File

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