mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
missed more
reason git was freaking out....
This commit is contained in:
parent
29190c3d77
commit
3ad8389d5a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test-results-linux.yml
vendored
2
.github/workflows/test-results-linux.yml
vendored
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}}
|
name: ${{matrix.config.name}}
|
||||||
path: Linux/*.xml
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
|
||||||
2
.github/workflows/test-results-mac.yml
vendored
2
.github/workflows/test-results-mac.yml
vendored
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}}
|
name: ${{matrix.config.name}}
|
||||||
path: macOS/*.xml
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
|
||||||
2
.github/workflows/test-results-windows.yml
vendored
2
.github/workflows/test-results-windows.yml
vendored
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}}
|
name: ${{matrix.config.name}}
|
||||||
path: Windows/*.xml
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue