From 62b9c222732a57334708e6a1eb6c653851168436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwieci=C5=84ski?= <36954793+mateuszkwiecinski@users.noreply.github.com> Date: Sat, 18 May 2024 18:25:58 +0200 Subject: [PATCH] Update default.yml --- .github/workflows/default.yml | 11 +++++++++-- sample/example-vector/build.gradle | 3 --- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b999b03b..12fa0173 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -200,11 +200,18 @@ jobs: uses: actions/upload-artifact@v4 with: name: failedScreenshots - path: "${{ github.workspace }}/**/build/failedScreenshots" + path: "**/reports/failedScreenshots" + + - name: Upload failed screenshots + if: ${{ failure() }} + uses: actions/upload-artifact@v4 + with: + name: tests + path: "**/reports/androidTests" - name: Upload screenshot tests result uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: screenshots - path: "${{ github.workspace }}/**/build/*AndroidTest/" + path: "**/reports/screenshots**AndroidTest*/" diff --git a/sample/example-vector/build.gradle b/sample/example-vector/build.gradle index d8b2e2dd..24e4d6e4 100644 --- a/sample/example-vector/build.gradle +++ b/sample/example-vector/build.gradle @@ -36,9 +36,6 @@ android { register("alpha") { dimension "reportedBugs" } - register("customFont") { - dimension "reportedBugs" - } register("customFontByFile") { dimension "reportedBugs" }