mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-07 06:16:04 +00:00
ci output folder
this borked before but check and see if its working again
This commit is contained in:
parent
6da3caf88a
commit
1c6409a485
3 changed files with 6 additions and 6 deletions
4
.github/workflows/build-linux-gcc.yml
vendored
4
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
4
.github/workflows/build-macos-clang.yml
vendored
4
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
4
.github/workflows/build-windows-msvc.yml
vendored
4
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue