Skip to content

Commit

Permalink
Remove xunit reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Sep 8, 2024
1 parent fdb4bf0 commit 7ec47c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,3 @@ jobs:
- name: Test subcommand lint
run: ./bin/mxlint lint --xunit-report report.xml --policies ./resources/policies

- name: Process xunit-report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: Lint Test Report
path: report.xml
reporter: java-junit

0 comments on commit 7ec47c7

Please sign in to comment.