From 90351586ef4faaff0a6f86bfbaf8ff8bc68ffc78 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 18 Aug 2023 09:03:05 +0200 Subject: [PATCH] Remove `report` artifact, it is included in `tests-and-screenshot-tests-results` artifact. --- .github/workflows/tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02a34b4381..4836624e1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,14 +57,6 @@ jobs: path: | **/kover/merged/verification/errors.txt - - name: 📸 Upload Screenshot test report - uses: actions/upload-artifact@v3 - if: always() - with: - name: reports - path: tests/uitests/build/reports/tests/testDebugUnitTest/ - retention-days: 5 - - name: 🚫 Upload Screenshot failure differences on error uses: actions/upload-artifact@v3 if: failure()