From 9746fc2bea56e44712282af22de440d00ca0ac29 Mon Sep 17 00:00:00 2001 From: Remi R Date: Fri, 8 Dec 2023 11:24:24 +0100 Subject: [PATCH] trying understand why the tests are timeout --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 4bd423e..0171925 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,7 @@ steps: from_secret: SECRET_DB_PORT commands: - cd ./API-Project + - apt-get install traceroute - traceroute -p 5432 postgresql-leftovers.alwaysdata.net depends_on: [ api-build ]