From 1706b6e91d1ccd420012b3448eb048d279cae774 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 18 Aug 2023 09:10:13 +0200 Subject: [PATCH] Remove `failures` artifact, the content is included in `tests-and-screenshot-tests-results` artifact (only one artifact to download). --- .github/workflows/tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4836624e1d..036ecc5955 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 failure differences on error - uses: actions/upload-artifact@v3 - if: failure() - with: - name: failures - path: tests/uitests/build/paparazzi/failures/ - retention-days: 5 - - name: ✅ Upload kover report (disabled) if: always() run: echo "This is now done only once a day, see nightlyReports.yml"