Skip to content

Commit

Permalink
do not create status check
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Nov 15, 2023
1 parent 9029ab0 commit cc12926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
path: ${{ env.TEST_RESULTS_PATH }}
- name: Publish Test Report
id: test-report
uses: mikepenz/action-junit-report@v3.5.2
uses: mikepenz/action-junit-report@0831a82caad2465c31c6dd929978f640cb42556c # v4.0.3
if: always()
continue-on-error: true
with:
annotate_only: true
require_tests: true
report_paths: ${{ env.TEST_RESULTS_PATH }}/**/${{ inputs.junit-results-glob-pattern }}
- name: Notify slack of test results
Expand Down

0 comments on commit cc12926

Please sign in to comment.