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 d36b89f commit de158e2Copy full SHA for de158e2
.github/workflows/pr_comment_trigger_self_hosted.yml
@@ -101,7 +101,7 @@ jobs:
101
-DCabana_ROOT=$cabbdir/install \
102
-DMeshFields_IS_TESTING=on
103
cmake --build $mfbdir -j4
104
- ctest --test-dir $mfbdir
+ ctest --test-dir --output-on-failure $mfbdir
105
106
- name: Save Result Link
107
if: ${{ !cancelled() }} #prepare report unless the job was cancelled
0 commit comments