1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Make sure tests can actually access collections.

This commit is contained in:
Felix Fontein 2020-03-22 21:20:51 +01:00
parent 491be8cf7c
commit 572fb750dc

View file

@ -148,6 +148,8 @@ ansible-galaxy collection install google.cloud -p "${COLLECTION_DIR}"
ansible-galaxy collection install community.kubernetes -p "${COLLECTION_DIR}"
ansible-galaxy collection install f5networks.f5_modules -p "${COLLECTION_DIR}"
chmod -R a+rX "${COLLECTION_DIR}"
# END: HACK
ansible-test env --dump --show --timeout "${timeout}" --color -v