Skip to content

Commit

Permalink
.github: push test results
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Apr 15, 2023
1 parent 4abef7e commit 0134f63
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/canard_cxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0134f63

Please sign in to comment.