Skip to content

Commit ec3b302

Browse files
authored
ci: attempt two
1 parent de158e2 commit ec3b302

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 --output-on-failure $mfbdir
104+
ctest --test-dir $mfbdir --output-on-failure
105105
106106
- name: Save Result Link
107107
if: ${{ !cancelled() }} #prepare report unless the job was cancelled

0 commit comments

Comments
 (0)