|
@@ -7,6 +7,14 @@ on:
|
|
concurrency:
|
|
concurrency:
|
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows
|
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows
|
|
cancel-in-progress: true
|
|
cancel-in-progress: true
|
|
|
|
+
|
|
|
|
+permissions:
|
|
|
|
+ statuses: write
|
|
|
|
+ checks: write
|
|
|
|
+ contents: write
|
|
|
|
+ pull-requests: write
|
|
|
|
+ actions: write
|
|
|
|
+
|
|
jobs:
|
|
jobs:
|
|
build-windows:
|
|
build-windows:
|
|
if: github.repository == 'TorqueGameEngines/Torque3D'
|
|
if: github.repository == 'TorqueGameEngines/Torque3D'
|
|
@@ -65,5 +73,6 @@ jobs:
|
|
uses: phoenix-actions/test-reporting@v14
|
|
uses: phoenix-actions/test-reporting@v14
|
|
with:
|
|
with:
|
|
name: Windows test results
|
|
name: Windows test results
|
|
- path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|
|
|
|
|
|
+ path: "**/My Projects/Torque3D/game/test_detail.xml"
|
|
reporter: java-junit
|
|
reporter: java-junit
|
|
|
|
+ fail-on-error: false
|