diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 743af37ee..28cdb563e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: junit.xml retention-days: 1 include-hidden-files: true - if-no-files-found: fail + if-no-files-found: error - name: Stop containers if: always() run: | @@ -255,7 +255,7 @@ jobs: src-ui/coverage/coverage-final.json src-ui/junit.xml retention-days: 1 - if-no-files-found: fail + if-no-files-found: error tests-frontend-e2e: name: "Frontend E2E Tests (Node ${{ matrix.node-version }} - ${{ matrix.shard-index }}/${{ matrix.shard-count }})" runs-on: ubuntu-24.04