From 77d2e875153513c3069e80acc1045692c26c17c7 Mon Sep 17 00:00:00 2001 From: Remi R Date: Fri, 8 Dec 2023 11:07:12 +0100 Subject: [PATCH] .drone.yml no use the specific test script --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ec9dadf..a10a47f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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