mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 22:53:47 +00:00
UnitTest
Change unit tests to run without script runTests now just holds a purely script test example Test Explorer in VS now works with tests NB do not use test explorer on purely script based tests.
This commit is contained in:
parent
3d46cf51d0
commit
5427e941ce
6 changed files with 33 additions and 93 deletions
1
.github/workflows/test-results-linux.yml
vendored
1
.github/workflows/test-results-linux.yml
vendored
|
|
@ -38,3 +38,4 @@ jobs:
|
|||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
output-to: 'checks'
|
||||
|
|
|
|||
1
.github/workflows/test-results-mac.yml
vendored
1
.github/workflows/test-results-mac.yml
vendored
|
|
@ -38,3 +38,4 @@ jobs:
|
|||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
output-to: 'checks'
|
||||
|
|
|
|||
1
.github/workflows/test-results-windows.yml
vendored
1
.github/workflows/test-results-windows.yml
vendored
|
|
@ -38,3 +38,4 @@ jobs:
|
|||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
output-to: 'checks'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue