diff --git a/.drone.yml b/.drone.yml index ef9c9e3..1a12839 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,6 +39,7 @@ steps: DB_PORT: from_secret: SECRET_DB_PORT commands: + - pwd - cd ./API-Project - npm run test:coverage --outputDirectory=./jest-reports depends_on: [ api-build ]