mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
fix xml format
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user