We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4971cff commit a7c41a1Copy full SHA for a7c41a1
.github/workflows/buildjs.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Publish Test Report
49
uses: phoenix-actions/test-reporting@v8
50
id: test-report # Set ID reference for step
51
- if: ${{ (success() || failure()) && inputs.publishCodeCov }} # run this step even if previous step failed
+ if: ${{ (success() || failure()) && (github.event_name == 'pull_request') }}
52
with:
53
name: JEST Tests # Name of the check run which will be created
54
path: ${{ inputs.projectdirectory }}/*-junit.xml # Path to test results
0 commit comments