Skip to content

Commit

Permalink
try using mikepenz/action-junit-report@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Jan 7, 2025
1 parent eece5d5 commit 4972828
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
- name: Lint API
run: npx vacuum report --junit openapi.yaml lint-results

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
files: |
lint-results-*.xml
report_paths: lint-results-*.xml

0 comments on commit 4972828

Please sign in to comment.