Skip to content

Commit

Permalink
asdasdas
Browse files Browse the repository at this point in the history
  • Loading branch information
marauder2k7 committed Jul 26, 2023
1 parent 2754144 commit a8cf92f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ jobs:
with:
artifact: torque3dLinuxGCCUnitTest
name: Build Tests
path: "My Projects/Torque3D/game/test_detail.xml"
path: My Projects/Torque3D/game/test_*.xml
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: Build Tests
path: "My Projects/Torque3D/game/test_detail.xml"
path: My Projects/Torque3D/game/test_*.xml
reporter: java-junit
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: Build Tests
path: "My Projects/Torque3D/game/test_detail.xml"
path: My Projects/Torque3D/game/test_*.xml
reporter: java-junit

0 comments on commit a8cf92f

Please sign in to comment.