Skip to content

Commit

Permalink
test publishing testing results
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Jun 25, 2024
1 parent 82168a2 commit 248ffe6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ jobs:
configurePreset: '${{ matrix.presets }}'
buildPreset: '${{ matrix.presets }}'
testPreset: '${{ matrix.presets }}'

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
*/**/test-results.xml

0 comments on commit 248ffe6

Please sign in to comment.