Skip to content

Commit

Permalink
[projmgr] Fixed correct test report naming
Browse files Browse the repository at this point in the history
  • Loading branch information
grasci-arm authored Apr 19, 2022
1 parent 12505b4 commit 1e323f6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/projmgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,20 +209,20 @@ jobs:
- name: Download test report windows
uses: actions/download-artifact@v2
with:
name: unittest-windows64
name: unit_gtest-windows64-amd64
path: tools/testreport/windows64/

- name: Download test report linux
uses: actions/download-artifact@v2
with:
name: unittest-linux64
name: unit_gtest-linux64-amd64
path: tools/testreport/linux64/

- name: Download test report macos
if: ${{ !github.event.repository.private }}
uses: actions/download-artifact@v2
with:
name: unittest-darwin64
name: unit_gtest-darwin64-amd64
path: tools/testreport/darwin64/

- name: Zip test reports
Expand Down Expand Up @@ -376,12 +376,18 @@ jobs:
name: unit_gtest-windows64-amd64
path: testreport/

- name: Download gtest report linux
- name: Download gtest report linux amd64
uses: actions/download-artifact@v2
with:
name: unit_gtest-linux64-amd64
path: testreport/

- name: Download gtest report linux aarch64
uses: actions/download-artifact@v2
with:
name: unit_gtest-linux64-aarch64
path: testreport/

- name: Download gtest report macos
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 1e323f6

Please sign in to comment.