|
@@ -71,6 +71,7 @@ jobs:
|
|
uses: phoenix-actions/test-reporting@v12
|
|
uses: phoenix-actions/test-reporting@v12
|
|
if: success() || failure() # run this step even if previous step failed
|
|
if: success() || failure() # run this step even if previous step failed
|
|
with:
|
|
with:
|
|
|
|
+ artifact: torque3dMacOSXCLANGUnitTest
|
|
name: Build Tests
|
|
name: Build Tests
|
|
- path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
|
|
|
|
|
+ path: '**/My Projects/Torque3D/game/test_detail.xml'
|
|
reporter: java-junit
|
|
reporter: java-junit
|