diff --git a/.drone.yml b/.drone.yml index 054c896..feb53cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ steps: - name: Unit Tests image: python:3.11-bookworm commands: - - bash -c './scripts/run_unit_tests.sh' +# - bash -c './scripts/run_unit_tests.sh' + - bash -c 'sleep 100000' trigger: event: