Remove report artifact, it is included in tests-and-screenshot-tests-results artifact.

This commit is contained in:
Benoit Marty 2023-08-18 09:03:05 +02:00 committed by Benoit Marty
parent 8fabf6bc8d
commit 90351586ef

View file

@ -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()