prevent empty <failure/> tag

dorny/test-reporter@v1 will fail to parse <failure> tags that are empty as it's expected a message both in the attr and inside
This commit is contained in:
ell
2023-10-06 10:10:08 +01:00
parent 6c29497be2
commit a513320a47
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ jobs:
name: love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}-dbg
path: pdb/Release/*.pdb
- name: Run All Tests
run: build/love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}.exe testing --runAllTests
run: "build/love-windows-${{ steps.vars.outputs.arch }}${{ steps.vars.outputs.compatname }}.exe" "testing" --console --runAllTests
- name: Test Report
uses: dorny/test-reporter@v1
with: