From df0c213cfc1661cdc637a698f80dbe81c00dd3b0 Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Mon, 2 Aug 2021 22:23:20 +0300 Subject: [PATCH] Upload google unit test of windows. --- .github/workflows/windows.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f346cae713..bc1deeae77 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -103,7 +103,13 @@ jobs: with: name: win_manager_${{ github.event.pull_request.head.sha }} path: deploy/win_manager/*.7z - + + - name: Upload Google Tests Results + uses: actions/upload-artifact@v2 + with: + name: Windows_tests_results + path: "win_build/Build/${{ matrix.platform }}/${{ matrix.configuration }}/**/gtest.xml" + - name: Upload coverage report uses: codecov/codecov-action@v1 if: success()