Skip to content

Commit 08353cd

Browse files
.github: push test results
1 parent a554747 commit 08353cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/canard_cxx.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
4747
run: ctest
4848

49+
- name: push results
50+
if: always()
51+
uses: actions/upload-artifact@v2
52+
with:
53+
name: test-results
54+
path: ${{github.workspace}}/build/Testing
55+
4956
- name: Configure CANFD
5057
working-directory: ${{github.workspace}}/canard/tests
5158
# Build your program with the given configuration
@@ -61,3 +68,10 @@ jobs:
6168
# Execute tests defined by the CMake configuration.
6269
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
6370
run: ctest
71+
72+
- name: push results
73+
if: always()
74+
uses: actions/upload-artifact@v2
75+
with:
76+
name: test-results
77+
path: ${{github.workspace}}/build/Testing

0 commit comments

Comments
 (0)