ci: make a simple test setup for now
Some checks failed
pull-requests-open / Check commit compliance (pull_request) Successful in 5s
pull-requests-open / Run tests (pull_request) Failing after 26s

This commit is contained in:
Bertrand Lanson 2024-09-14 13:18:01 +02:00
parent 452a1cd252
commit 84989cfbee
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

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 }}