Update ansible-test.yml

This commit is contained in:
Ishan Jain 2022-08-16 11:22:20 +05:30 committed by GitHub
parent 7c7db10b7c
commit 2c7f6a2726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,9 +35,6 @@ jobs:
- name: Install ansible-base (${{ matrix.ansible }})
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check
- name: Galaxy install
run: ansible-galaxy collection install grafana.grafana
- name: Run sanity tests
run: ansible-test sanity --docker -v --color --coverage
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}