DelineaXPM / ansible-core-collection

Ansible collection for Delinea DevOps Secrets Vault
GNU General Public License v3.0
4 stars 1 forks source link

fix(ci): run ansible-test directly and not as a module #8

Closed andrii-zakurenyi closed 2 years ago

andrii-zakurenyi commented 2 years ago

This fixes:

/opt/hostedtoolcache/Python/3.10.6/x64/bin/python3: No module named ansible-test

UPD: This PR also changes concurrency defined at workflow level. I've used this as an example: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow

andrii-zakurenyi commented 2 years ago

yay!