Explorar o código

Download reports from different OS into the different folders

Lukas Aldershaab %!s(int64=2) %!d(string=hai) anos
pai
achega
cabe07e0d6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/test-results.yml

+ 3 - 0
.github/workflows/test-results.yml

@@ -16,6 +16,7 @@ jobs:
       - name: Download Windows Test Report
         uses: dawidd6/action-download-artifact@v2
         with:
+          path: Windows
           name: junit-test-results-Windows
           workflow: ${{ github.event.workflow.id }}
           run_id: ${{ github.event.workflow_run.id }}
@@ -23,6 +24,7 @@ jobs:
       - name: Download Linux Test Report
         uses: dawidd6/action-download-artifact@v2
         with:
+          path: Linux
           name: junit-test-results-Linux
           workflow: ${{ github.event.workflow.id }}
           run_id: ${{ github.event.workflow_run.id }}
@@ -30,6 +32,7 @@ jobs:
       - name: Download Mac Test Report
         uses: dawidd6/action-download-artifact@v2
         with:
+          path: macOS
           name: junit-test-results-macOS
           workflow: ${{ github.event.workflow.id }}
           run_id: ${{ github.event.workflow_run.id }}