mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
test report file
-fix test report file path
This commit is contained in:
parent
04d29e04de
commit
3ba845cd6f
4 changed files with 5 additions and 4 deletions
2
.github/workflows/build-linux-gcc.yml
vendored
2
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -91,5 +91,5 @@ jobs:
|
|||
if: success() || failure() # run this step even if previous step failed
|
||||
with:
|
||||
name: JEST Tests
|
||||
path: test_detail.xml
|
||||
path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml
|
||||
reporter: jest-junit
|
||||
Loading…
Add table
Add a link
Reference in a new issue