remove upload

-Removed: Upload artifact
-Simplified the test reporter steps

GIT CI seems to have major issues with the upload/download steps at the moment, so remove these and just report the test results
This commit is contained in:
marauder2k7 2024-05-14 02:25:28 +01:00
parent f3a7263503
commit afaf228d05
7 changed files with 15 additions and 149 deletions

View file

@ -84,8 +84,9 @@ jobs:
cd "${{github.workspace}}/My Projects/Torque3D/game"
./Torque3D runTests.tscript
- name: Upload Artifact
uses: ./.github/actions/upload-artifact
- name: Test Reporter
uses: phoenix-actions/test-reporting@v14
with:
name: torque3dLinuxGCCUnitTest
path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
name: ${{matrix.config.name}}
path: "**/My Projects/Torque3D/game/test_detail.xml"
reporter: java-junit