ci: make a simple test setup for now
This commit is contained in:
parent
452a1cd252
commit
84989cfbee
@ -47,8 +47,11 @@ jobs:
|
|||||||
working-directory: ${{ gitea.workspace }}
|
working-directory: ${{ gitea.workspace }}
|
||||||
|
|
||||||
- name: Run ansible unit tests
|
- name: Run ansible unit tests
|
||||||
uses: ansible-community/ansible-test-gh-action@release/v1
|
run: ansible-test units --coverage
|
||||||
with:
|
shell: bash
|
||||||
ansible-core-version: v2.17.4
|
working-directory: ${{ gitea.workspace }}
|
||||||
testing-type: units
|
|
||||||
collection-src-directory: ${{ gitea.workspace }}
|
- name: Print coverage informations
|
||||||
|
run: ansible-test coverage report
|
||||||
|
shell: bash
|
||||||
|
working-directory: ${{ gitea.workspace }}
|
||||||
|
Loading…
Reference in New Issue
Block a user