From 883140deea2cd9407a26a07999b769e1b0542e84 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sat, 14 Sep 2024 20:48:21 +0200 Subject: [PATCH] ci: fix working dir for running tests --- .gitea/workflows/pull-request-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull-request-open.yml b/.gitea/workflows/pull-request-open.yml index fcc53ca..9b1563a 100644 --- a/.gitea/workflows/pull-request-open.yml +++ b/.gitea/workflows/pull-request-open.yml @@ -61,4 +61,4 @@ jobs: - name: Print coverage informations run: ansible-test coverage report shell: bash - working-directory: ${{ gitea.workspace }} + working-directory: /tmp/ansible_collections/ednz_cloud/infomaniak