mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-17 19:31:01 +00:00
Fix test reporting to work with multiple OS
This commit is contained in:
parent
f9bdb128c2
commit
414b717088
2 changed files with 22 additions and 5 deletions
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
|
|
@ -70,6 +70,6 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
if: always() # always run even if the previous step fails
|
||||
with:
|
||||
name: junit-test-results
|
||||
path: '${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml'
|
||||
name: junit-test-results-${{ runner.os }}
|
||||
path: '**/My Projects/Torque3D/game/test_detail.xml'
|
||||
retention-days: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue