Skip to content

Commit

Permalink
upgrade EnricoMi/publish-unit-test-result-action action version
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Dec 11, 2024
1 parent 63e99c3 commit 2cc8d58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
box testbox run --verbose outputFile=tests/results/test-results outputFormats=json,antjunit
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v1
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: tests/results/**/*.xml
junit_files: tests/results/**/*.xml
check_name: "${{ matrix.cfengine }} ColdBox ${{ matrix.coldboxVersion }} Test Results"

- name: Upload Test Results to Artifacts
Expand Down

0 comments on commit 2cc8d58

Please sign in to comment.