Add gitignore to ansible-test sanity excludes

main
Guido Grazioli 2022-03-25 18:22:55 +01:00
parent fc780599b0
commit 63f31fe258
No known key found for this signature in database
GPG Key ID: 22C8C31EF2BC093B
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
mkdir -p /home/runner/.ansible/collections/ansible_collections
- name: Run sanity tests
run: ansible-test sanity --docker -v --color --python ${{ matrix.python_version }}
run: ansible-test sanity --docker -v --color --python ${{ matrix.python_version }} --exclude changelogs/fragments/.gitignore
working-directory: ./ansible_collections/middleware_automation/keycloak
- name: Run molecule test