Skip to content

Commit

Permalink
back to publish-test-results
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Dec 30, 2024
1 parent 40a023e commit 373f5cb
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,9 @@ 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: success() || failure()
# with:
# files: |
# lint-results-*.xml

- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
name: JEST Tests # Name of the check run which will be created
path: lint-results-*.xml # Path to test results
reporter: jest-junit # Format of test results
files: |
lint-results-*.xml

0 comments on commit 373f5cb

Please sign in to comment.