Chore: remove error on upload steps after jest tests

This commit is contained in:
shamoon 2025-03-05 12:47:05 -08:00
parent 1e489a0666
commit f8aaa5cb32

View File

@ -271,7 +271,6 @@ jobs:
name: playwright-report-${{ matrix.shard-index }}
path: src-ui/playwright-report
retention-days: 7
if-no-files-found: error
-
name: Upload frontend test results
if: always()
@ -280,7 +279,6 @@ jobs:
name: junit-report-${{ matrix.shard-index }}
path: src-ui/junit-report-${{ matrix.shard-index }}.xml
retention-days: 7
if-no-files-found: error
tests-coverage-upload:
name: "Upload to Codecov"