Skip to content

Commit

Permalink
Update test-result action for large suite support
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Mar 7, 2022
1 parent b64e323 commit 144e903
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ jobs:
gh api $url > "$name.zip"
unzip -d "$name" "$name.zip"
done
- name: Truncate test results
run: find . -type f -name '*.xml' -exec sh -c 'grep testsuite {} > {}.out && mv {}.out {}' \;
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
with:
commit: ${{ github.event.workflow_run.head_sha }}
event_name: ${{ github.event.workflow_run.event }}
event_file: artifacts/Event File/event.json
check_run_annotations: none
comment_mode: off
ignore_runs: true
files: '**/*.xml'

0 comments on commit 144e903

Please sign in to comment.