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