We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a554747 commit 08353cdCopy full SHA for 08353cd
.github/workflows/canard_cxx.yml
@@ -46,6 +46,13 @@ jobs:
46
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
47
run: ctest
48
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
+
56
- name: Configure CANFD
57
working-directory: ${{github.workspace}}/canard/tests
58
# Build your program with the given configuration
@@ -61,3 +68,10 @@ jobs:
61
68
# Execute tests defined by the CMake configuration.
62
69
63
70
71
72
73
74
75
76
77
0 commit comments