|
@@ -12,6 +12,10 @@ env:
|
|
concurrency:
|
|
concurrency:
|
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macosx
|
|
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macosx
|
|
cancel-in-progress: true
|
|
cancel-in-progress: true
|
|
|
|
+
|
|
|
|
+permissions:
|
|
|
|
+ checks: write
|
|
|
|
+
|
|
jobs:
|
|
jobs:
|
|
build-linux:
|
|
build-linux:
|
|
if: github.repository == 'TorqueGameEngines/Torque3D'
|
|
if: github.repository == 'TorqueGameEngines/Torque3D'
|
|
@@ -65,8 +69,10 @@ jobs:
|
|
cd "${{github.workspace}}/My Projects/Torque3D/game"
|
|
cd "${{github.workspace}}/My Projects/Torque3D/game"
|
|
./Torque3D.app/Contents/MacOS/Torque3D runTests.tscript
|
|
./Torque3D.app/Contents/MacOS/Torque3D runTests.tscript
|
|
|
|
|
|
- - name: Upload Artifact
|
|
|
|
- uses: ./.github/actions/upload-artifact
|
|
|
|
|
|
+ - name: Test Reporter
|
|
|
|
+ uses: phoenix-actions/test-reporting@v14
|
|
with:
|
|
with:
|
|
- name: torque3dMacOSXCLANGUnitTest
|
|
|
|
- path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|
|
|
|
|
|
+ name: MacOS Test results
|
|
|
|
+ path: "**/My Projects/Torque3D/game/test_detail.xml"
|
|
|
|
+ reporter: java-junit
|
|
|
|
+ fail-on-error: false
|