From ac640a2b261a0ca5cb6efbcaf802b9fc9e349b84 Mon Sep 17 00:00:00 2001 From: Remi R Date: Fri, 8 Dec 2023 11:41:16 +0100 Subject: [PATCH] undo --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6af06ec..3e74e40 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,9 +40,7 @@ steps: from_secret: SECRET_DB_PORT commands: - cd ./API-Project - - apt-get install mtr - - ping postgresql-leftovers.alwaysdata.net - - telnet postgresql-leftovers.alwaysdata.net 5432 + - npm run test:coverage depends_on: [ api-build ] - name: code-analysis