diff --git a/.woodpecker.yml b/.woodpecker.yml index 174762a..3c42fe9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,10 +2,16 @@ pipeline: test-python: image: python:${PYTHON_VERSION} commands: - - sleep 30 + - sleep 20 - python -V matrix: PYTHON_VERSION: - 3.7 - - 3.10 \ No newline at end of file + - 3.10 + + services: + docker: + image: docker:dind + command: [ "--storage-driver=vfs", "--tls=false" ] + privileged: true \ No newline at end of file