diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 02a34b4381..4836624e1d 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 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()