diff --git a/.drone.yml b/.drone.yml index 152e7eb..a32fbfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,4 +67,14 @@ steps: - ls -la $HOME/.trash/ - trash_rm testfile2 testfile3 - trash_list - - ls -la $HOME/.trash/ \ No newline at end of file + - ls -la $HOME/.trash/ + + - name: test usage + depends_on: + - install + - test trash_restore + image: bash:latest + pull: if-not-exists + commands: + - . $HOME/.bashrc + - trash || true \ No newline at end of file