From 807c957d8509a7258dc1f070bd979a6785e21de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20L=C3=B3pez=20Ma=C3=B1as?= Date: Tue, 29 Apr 2025 16:35:20 +0200 Subject: [PATCH] chore: modified path for the Test report (#704) * chore: modified path for the screenshot report * chore: modified path for the screenshot report --- .github/workflows/instrumentation-test.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 5bef7bb1..a070c243 100644 --- a/.github/workflows/instrumentation-test.yml +++ b/.github/workflows/instrumentation-test.yml @@ -84,4 +84,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: test-reports - path: ./app/build/reports + path: ./maps-app/build/reports diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3accaa94..f9f70097 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,4 +54,4 @@ jobs: if: always() with: name: my-artifact - path: app/build/reports + path: maps-app/build/reports