diff --git a/.drone.yml b/.drone.yml index e7b6626..6fc3bff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: - apt update - apt install -y shellcheck - shellcheck abra - - name: test + + - name: run unit tests image: debian:buster commands: - apt update