From f7c6f348468fa04875c134d48a9c1b26f898a11d Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 27 Feb 2024 16:24:18 +0100 Subject: [PATCH] fix API CI tests artifact --- .github/workflows/backend-api-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-api-tests.yml b/.github/workflows/backend-api-tests.yml index 13fac804d..346356c2e 100644 --- a/.github/workflows/backend-api-tests.yml +++ b/.github/workflows/backend-api-tests.yml @@ -62,5 +62,5 @@ jobs: if: always() with: name: api-tests-report - path: pytest-report.html + path: ${{ env.working-directory }}/pytest-report.html retention-days: 5 \ No newline at end of file