Remove failures artifact, the content is included in tests-and-screenshot-tests-results artifact (only one artifact to download).
This commit is contained in:
parent
90351586ef
commit
5d91513c32
1 changed files with 0 additions and 8 deletions
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue