mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 05:45:40 +00:00
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:
parent
f3a7263503
commit
afaf228d05
7 changed files with 15 additions and 149 deletions
9
.github/workflows/build-linux-gcc.yml
vendored
9
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue