From 28013d43de68fb30ba818546f572714eed66b98c Mon Sep 17 00:00:00 2001 From: Humenius Date: Mon, 1 Feb 2021 12:15:30 +0100 Subject: [PATCH] Debug print directory content --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index b223562..ba3b7e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -97,6 +97,7 @@ steps: - name: Install packages image: node commands: + - ls -la - yarn - name: Run unit tests @@ -173,6 +174,7 @@ steps: - name: Run unit tests image: node commands: + - ls -la - npm run test:cov - name: Run E2E tests