mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Initial ansible-test implementation. (#18556)
This commit is contained in:
7
test/utils/shippable/units.sh
Executable file
7
test/utils/shippable/units.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -eux
|
||||
|
||||
set -o pipefail
|
||||
|
||||
pip install tox --disable-pip-version-check
|
||||
|
||||
ansible-test units --color -v --tox --coverage
|
||||
Reference in New Issue
Block a user