From b13fffa96715003bbeb63678ab39a4f14f1148ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 8 Aug 2022 17:31:49 +0200 Subject: [PATCH] List source dir --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 171d671..2fc1597 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,6 @@ steps: #image: node:16.16 commands: - whoami + - ls -al /drone/src/ - npm install - npm test