mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/bash -eux
|
|
|
|
set -o pipefail
|
|
|
|
pip install tox --disable-pip-version-check
|
|
|
|
ansible-test units --color -v --tox --coverage
|