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 }}
|
||||
|
||||
- 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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user