Make sure that community.internal_test_tools is installed for unit tests.

This commit is contained in:
Felix Fontein
2025-03-08 12:34:58 +01:00
parent 5b5b4e7204
commit 9972eee967
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -66,6 +66,8 @@ jobs:
testing-type: units
pre-test-cmd: >-
git clone --depth=1 --single-branch --branch stable-1 https://github.com/ansible-collections/community.library_inventory_filtering.git ../../community/library_inventory_filtering_v1
;
git clone --depth=1 --single-branch --branch main https://github.com/ansible-collections/community.internal_test_tools.git ../../community/internal_test_tools
integration:
runs-on: ubuntu-latest