Skip to content

Commit de158e2

Browse files
committed
ci: output on failure
1 parent d36b89f commit de158e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
-DCabana_ROOT=$cabbdir/install \
102102
-DMeshFields_IS_TESTING=on
103103
cmake --build $mfbdir -j4
104-
ctest --test-dir $mfbdir
104+
ctest --test-dir --output-on-failure $mfbdir
105105
106106
- name: Save Result Link
107107
if: ${{ !cancelled() }} #prepare report unless the job was cancelled

0 commit comments

Comments
 (0)