mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Download reports from different OS into the different folders
This commit is contained in:
parent
414b717088
commit
cabe07e0d6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-results.yml
vendored
3
.github/workflows/test-results.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
- name: Download Windows Test Report
|
- name: Download Windows Test Report
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
path: Windows
|
||||||
name: junit-test-results-Windows
|
name: junit-test-results-Windows
|
||||||
workflow: ${{ github.event.workflow.id }}
|
workflow: ${{ github.event.workflow.id }}
|
||||||
run_id: ${{ github.event.workflow_run.id }}
|
run_id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
@ -23,6 +24,7 @@ jobs:
|
||||||
- name: Download Linux Test Report
|
- name: Download Linux Test Report
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
path: Linux
|
||||||
name: junit-test-results-Linux
|
name: junit-test-results-Linux
|
||||||
workflow: ${{ github.event.workflow.id }}
|
workflow: ${{ github.event.workflow.id }}
|
||||||
run_id: ${{ github.event.workflow_run.id }}
|
run_id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
@ -30,6 +32,7 @@ jobs:
|
||||||
- name: Download Mac Test Report
|
- name: Download Mac Test Report
|
||||||
uses: dawidd6/action-download-artifact@v2
|
uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
path: macOS
|
||||||
name: junit-test-results-macOS
|
name: junit-test-results-macOS
|
||||||
workflow: ${{ github.event.workflow.id }}
|
workflow: ${{ github.event.workflow.id }}
|
||||||
run_id: ${{ github.event.workflow_run.id }}
|
run_id: ${{ github.event.workflow_run.id }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue