feat/dns-zone-info #1

Open
lanson wants to merge 15 commits from feat/dns-zone-info into develop
Showing only changes of commit 84989cfbee - Show all commits

View File

@ -47,8 +47,11 @@ jobs:
working-directory: ${{ gitea.workspace }}
- name: Run ansible unit tests
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: v2.17.4
testing-type: units
collection-src-directory: ${{ gitea.workspace }}
run: ansible-test units --coverage
shell: bash
working-directory: ${{ gitea.workspace }}
- name: Print coverage informations
run: ansible-test coverage report
shell: bash
working-directory: ${{ gitea.workspace }}