Merge pull request #1268 from marauder2k9-torque/missed-updates

missed more
This commit is contained in:
Brian Roberts 2024-04-28 18:37:11 -05:00 committed by GitHub
commit 132740bfa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -35,5 +35,5 @@ jobs:
uses: phoenix-actions/test-reporting@v14
with:
name: ${{matrix.config.name}}
path: Linux/*.xml
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit

View file

@ -35,5 +35,5 @@ jobs:
uses: phoenix-actions/test-reporting@v14
with:
name: ${{matrix.config.name}}
path: macOS/*.xml
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit

View file

@ -35,5 +35,5 @@ jobs:
uses: phoenix-actions/test-reporting@v14
with:
name: ${{matrix.config.name}}
path: Windows/*.xml
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit