Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
val 2022-09-14 15:03:46 +00:00
parent 3f92262cb4
commit 3fbe47ea8e

View File

@ -1,5 +1,17 @@
pipeline:
test-python:
test-python1:
group: mygroup
image: python:${PYTHON_VERSION}
commands:
- sleep 20
- python -V
test-python2:
group: mygroup
image: python:${PYTHON_VERSION}
commands:
- sleep 20
- python -V
test-python3:
image: python:${PYTHON_VERSION}
commands:
- sleep 20