add permissions required for test reporter no longer fail on error of creating a test report
@@ -12,6 +12,14 @@ env:
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-linux
cancel-in-progress: true
+
+permissions:
+ statuses: write
+ checks: write
+ contents: write
+ pull-requests: write
+ actions: write
jobs:
build-linux:
if: github.repository == 'TorqueGameEngines/Torque3D'
@@ -88,5 +96,6 @@ jobs:
uses: phoenix-actions/test-reporting@v14
with:
name: Linux test results
- path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
+ path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
+ fail-on-error: false
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macosx
@@ -69,5 +77,6 @@ jobs:
name: MacOS Test results
@@ -7,6 +7,14 @@ on:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows
build-windows:
@@ -65,5 +73,6 @@ jobs:
name: Windows test results