Skip to content

Commit

Permalink
#1102 - Add recommendation-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Duy Le Van committed Oct 9, 2024
1 parent 0651968 commit b090bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/recommendation-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b090bfd

Please sign in to comment.