Skip to content

Commit

Permalink
don't publish results in message
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jul 26, 2024
1 parent 236fe40 commit d74fc27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
mkdir -p "$results_dir/all-checks"
cp -r ./result/* "$results_dir/all-checks"
rm -rf result
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
with:
check_name: "Linux Test Results"
files: "results/**/*.xml"
comment_mode: ${{ github.event.pull_request.head.repo.fork && 'off' || 'always' }} # Don't create PR comment from fork runs
action_fail_on_inconclusive: true # fail, if no reports
action_fail: true
- name: 'Upload Artifacts'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d74fc27

Please sign in to comment.