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