From 2df6309bf172c17921ee5513c7dd87ed887386f4 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sat, 14 Sep 2024 21:41:43 +0200 Subject: [PATCH] ci: some test path --- .gitea/workflows/pull-request-open.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pull-request-open.yml b/.gitea/workflows/pull-request-open.yml index 9c90494..575895a 100644 --- a/.gitea/workflows/pull-request-open.yml +++ b/.gitea/workflows/pull-request-open.yml @@ -59,9 +59,9 @@ jobs: - name: Run ansible unit tests run: ansible-test units --coverage shell: bash - working-directory: /root/.ansible/collections/ednz_cloud/infomaniak + working-directory: /root/.ansible/collections/ansible_collections/ednz_cloud/infomaniak - name: Print coverage informations run: ansible-test coverage report shell: bash - working-directory: /root/.ansible/collections/ednz_cloud/infomaniak + working-directory: /root/.ansible/collections/ansible_collections/ednz_cloud/infomaniak