ci output folder

this borked before but check and see if its working again
This commit is contained in:
marauder2k7 2026-03-13 10:38:08 +00:00
parent 6da3caf88a
commit 1c6409a485
3 changed files with 6 additions and 6 deletions

View file

@ -96,14 +96,14 @@ jobs:
- name: Unit Tests
run: |
cd "${{github.workspace}}/My_Projects/Torque3D/game"
cd "${{github.workspace}}/My Projects/Torque3D/game"
./Torque3D runTests.tscript
- name: Test Reporter
uses: phoenix-actions/test-reporting@v14
with:
name: Linux test results
path: "**/My_Projects/Torque3D/game/test_detail.xml"
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: true
if: github.event_name != 'pull_request'

View file

@ -66,14 +66,14 @@ jobs:
- name: Unit Tests
run: |
cd "${{github.workspace}}/My_Projects/Torque3D/game"
cd "${{github.workspace}}/My Projects/Torque3D/game"
./Torque3D.app/Contents/MacOS/Torque3D runTests.tscript
- name: Test Reporter
uses: phoenix-actions/test-reporting@v14
with:
name: MacOS Test results
path: "**/My_Projects/Torque3D/game/test_detail.xml"
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: true
if: github.event_name != 'pull_request'

View file

@ -62,14 +62,14 @@ jobs:
- name: Unit Tests
run: |
cd "${{github.workspace}}/My_Projects/Torque3D/game"
cd "${{github.workspace}}/My Projects/Torque3D/game"
./Torque3D.exe runTests.tscript
- name: Test Reporter
uses: phoenix-actions/test-reporting@v14
with:
name: Windows test results
path: "**/My_Projects/Torque3D/game/test_detail.xml"
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit
fail-on-error: true
if: github.event_name != 'pull_request'