fix xml format

This commit is contained in:
ell
2023-10-06 00:37:35 +01:00
parent db600b7fb6
commit fae3b6ff63
4 changed files with 18 additions and 19 deletions
+8
View File
@@ -205,6 +205,14 @@ jobs:
with:
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
- name: Test Report
uses: dorny/test-reporter@v1
with:
name: Test Output
path: testing/output/*.xml
reporter: jest-junit
macOS:
runs-on: macos-latest
steps: