Skip to content

Commit

Permalink
fix(tests): Not fail if test reports not exists
Browse files Browse the repository at this point in the history
Signed-off-by: Helio Chissini de Castro <[email protected]>
  • Loading branch information
heliocastro committed Aug 28, 2024
1 parent c4c11a7 commit 3342eb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,7 @@ jobs:
# mvn clean install --no-transfer-progress -DRunRestIntegrationTest=true

- name: Publish Test Report
if: failure()
if: success() || failure()
uses: scacap/action-surefire-report@v1
with:

0 comments on commit 3342eb0

Please sign in to comment.