1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-28 23:19:33 +00:00

[PR #12303/69dd1edc backport][stable-11] CI: Don't install community.internal_test_tools for sanity tests (#12304)

CI: Don't install community.internal_test_tools for sanity tests (#12303)

Don't install community.internal_test_tools for sanity tests.

(cherry picked from commit 69dd1edc40)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2026-06-21 22:49:18 +02:00 committed by GitHub
parent afb708fb87
commit e537ff6def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -42,8 +42,6 @@ jobs:
coverage: ${{ github.event_name == 'schedule' && 'always' || 'never' }}
pull-request-change-detection: 'true'
testing-type: sanity
pre-test-cmd: >-
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.internal_test_tools.git ../../community/internal_test_tools
units:
runs-on: ubuntu-latest