From 08353cd844a92aec71df44905a6c57d779e38d88 Mon Sep 17 00:00:00 2001 From: bugobliterator Date: Sun, 16 Apr 2023 00:25:31 +1000 Subject: [PATCH] .github: push test results --- .github/workflows/canard_cxx.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/canard_cxx.yml b/.github/workflows/canard_cxx.yml index a565b51..fbb1740 100644 --- a/.github/workflows/canard_cxx.yml +++ b/.github/workflows/canard_cxx.yml @@ -46,6 +46,13 @@ jobs: # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest + - name: push results + if: always() + uses: actions/upload-artifact@v2 + with: + name: test-results + path: ${{github.workspace}}/build/Testing + - name: Configure CANFD working-directory: ${{github.workspace}}/canard/tests # Build your program with the given configuration @@ -61,3 +68,10 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest + + - name: push results + if: always() + uses: actions/upload-artifact@v2 + with: + name: test-results + path: ${{github.workspace}}/build/Testing