mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update test-results.yml
This commit is contained in:
parent
d1fa081d62
commit
01b4872d2d
4
.github/workflows/test-results.yml
vendored
4
.github/workflows/test-results.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
artifact-name: "torque3dLinuxGCCUnitTest"
|
artifact-name: "torque3dLinuxGCCUnitTest"
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Ubuntu Test Results",
|
name: "Linux Test Results",
|
||||||
artifact-name: "torque3dLinuxGCCUnitTest"
|
artifact-name: "torque3dLinuxGCCUnitTest"
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
||||||
}
|
}
|
||||||
steps:
|
steps:
|
||||||
- name: Upload Artifact
|
- name: Publish ${{matrix.config.name}}
|
||||||
uses: ./.github/actions/test-results
|
uses: ./.github/actions/test-results
|
||||||
with:
|
with:
|
||||||
artifact-name: ${{matrix.config.artifact-name}}
|
artifact-name: ${{matrix.config.artifact-name}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue