.drone.yml no use the specific test script
continuous-integration/drone/push Build is failing Details

WORK-RRE
Rémi REGNAULT 2 years ago
parent 00454c50f4
commit 77d2e87515

@ -40,7 +40,7 @@ steps:
from_secret: SECRET_DB_PORT
commands:
- cd ./API-Project
- npm run test:coverage
- npm run test:CI
depends_on: [ api-build ]
- name: docker-build-and-push

Loading…
Cancel
Save