Skip to content

Commit

Permalink
post results in comments only in case of failure (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Nov 9, 2022
1 parent 5ca2b0a commit 1533bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainlink-testing-framework/run-tests/action.yml
Expand Up @@ -137,7 +137,7 @@ runs:
# Reporting and cleanup
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
if: failure()
with:
junit_files: ${{ inputs.publish_report_paths }}
github_token: ${{ inputs.token }}
Expand Down

0 comments on commit 1533bff

Please sign in to comment.