From 89af1969ce7f6b6967cfe39c1e4da093dfd5f731 Mon Sep 17 00:00:00 2001 From: Duy Le Van Date: Wed, 9 Oct 2024 12:11:54 +0700 Subject: [PATCH] #1102 - Add recommendation-ci.yaml --- .github/workflows/recommendation-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/recommendation-ci.yaml b/.github/workflows/recommendation-ci.yaml index ca8d1a2873..01cc91f60c 100644 --- a/.github/workflows/recommendation-ci.yaml +++ b/.github/workflows/recommendation-ci.yaml @@ -40,6 +40,7 @@ jobs: - name: Test Results uses: dorny/test-reporter@v1 if: ${{ env.FROM_ORIGINAL_REPOSITORY == 'true' && (success() || failure()) }} + continue-on-error: true # TODO: remove once defining UT with: name: Recommendation-Service-Unit-Test-Results path: "recommendation/**/*-reports/TEST*.xml"