From b01281587bad1134cd2ce203866fc045085663b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Alc=C3=A9rreca?= Date: Fri, 21 Jun 2024 16:51:12 +0200 Subject: [PATCH] Update composescreenshot.yml --- .github/workflows/composescreenshot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/composescreenshot.yml b/.github/workflows/composescreenshot.yml index dde0a29a..166a4505 100644 --- a/.github/workflows/composescreenshot.yml +++ b/.github/workflows/composescreenshot.yml @@ -29,3 +29,10 @@ jobs: with: name: test-results path: '**/build/test-results/' + + - name: Upload screenshot tests results + if: always() + uses: actions/upload-artifact@v4 + with: + name: reports + path: '**/build/reports/screenshotTest/'