Remove failures artifact, the content is included in tests-and-screenshot-tests-results artifact (only one artifact to download).
This commit is contained in:
committed by
Benoit Marty
parent
8017579820
commit
1706b6e91d
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user