ci: fix working dir for running tests
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 20:49:33 +02:00
parent 883140deea
commit 74c9f8b2f8
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw

View File

@ -56,7 +56,7 @@ jobs:
- name: Run ansible unit tests - name: Run ansible unit tests
run: ansible-test units --coverage run: ansible-test units --coverage
shell: bash shell: bash
working-directory: ${{ gitea.workspace }} working-directory: /tmp/ansible_collections/ednz_cloud/infomaniak
- name: Print coverage informations - name: Print coverage informations
run: ansible-test coverage report run: ansible-test coverage report