mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +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
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd "${{github.workspace}}/My_Projects/Torque3D/game"
|
cd "${{github.workspace}}/My Projects/Torque3D/game"
|
||||||
./Torque3D runTests.tscript
|
./Torque3D runTests.tscript
|
||||||
|
|
||||||
- name: Test Reporter
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: Linux test results
|
name: Linux test results
|
||||||
path: "**/My_Projects/Torque3D/game/test_detail.xml"
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
fail-on-error: true
|
fail-on-error: true
|
||||||
if: github.event_name != 'pull_request'
|
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
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
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: Test Reporter
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: MacOS Test results
|
name: MacOS Test results
|
||||||
path: "**/My_Projects/Torque3D/game/test_detail.xml"
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
fail-on-error: true
|
fail-on-error: true
|
||||||
if: github.event_name != 'pull_request'
|
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
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
cd "${{github.workspace}}/My_Projects/Torque3D/game"
|
cd "${{github.workspace}}/My Projects/Torque3D/game"
|
||||||
./Torque3D.exe runTests.tscript
|
./Torque3D.exe runTests.tscript
|
||||||
|
|
||||||
- name: Test Reporter
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: Windows test results
|
name: Windows test results
|
||||||
path: "**/My_Projects/Torque3D/game/test_detail.xml"
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
fail-on-error: true
|
fail-on-error: true
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue