From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 5 Mar 2025 20:47:05 +0000 (-0800) Subject: Chore: remove error on upload steps after jest tests X-Git-Tag: v2.15.0-beta.rc1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8aaa5cb32cebba2831963bd71ead9eeb2b08f46;p=thirdparty%2Fpaperless-ngx.git Chore: remove error on upload steps after jest tests --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32daae6ec..c85961eaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"