Remove failures artifact, the content is included in tests-and-screenshot-tests-results artifact (only one artifact to download).

This commit is contained in:
Benoit Marty
2023-08-18 09:10:13 +02:00
committed by Benoit Marty
parent 8017579820
commit 1706b6e91d

View File

@@ -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"