Update .woodpecker.yml (x8)
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Santiago Lo Coco 2024-04-15 17:04:19 +02:00
parent b4cde2d086
commit eccd3fccf6
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ steps:
- sleep 15
- python3 -m pip config set global.break-system-packages true
- python3 -m pip install ansible molecule[docker]
- export ANSIBLE_COLLECTION=slococo/playground
- cd "$ANSIBLE_COLLECTION"
- molecule test
services: