mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-28 23:19:33 +00:00
CI: Don't install community.internal_test_tools for sanity tests (#12303)
Don't install community.internal_test_tools for sanity tests.
This commit is contained in:
parent
6c7eda4a7b
commit
69dd1edc40
2 changed files with 7 additions and 7 deletions
2
.github/workflows/ansible-test.yml
vendored
2
.github/workflows/ansible-test.yml
vendored
|
|
@ -40,8 +40,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue