Skip to content

Commit 0904cbf

Browse files
committed
Refs #23919. Fix jobs needs log
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 4c52c9a commit 0904cbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/reusable-sanitizers-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
continue-on-error: true
222222
uses: eProsima/eProsima-CI/multiplatform/colcon_test@v0
223223
with:
224+
colcon_args_default: ''
224225
colcon_test_args: ${{ inputs.colcon_test_args }}
225226
colcon_test_args_default: '--event-handlers=console_direct+ --return-code-on-test-failure'
226227
ctest_args: ${{ inputs.ctest_args }}
@@ -319,6 +320,7 @@ jobs:
319320
continue-on-error: true
320321
uses: eProsima/eProsima-CI/multiplatform/colcon_test@v0
321322
with:
323+
colcon_args_default: ''
322324
colcon_test_args: ${{ inputs.colcon_test_args }}
323325
colcon_test_args_default: '--event-handlers=console_direct+ --return-code-on-test-failure'
324326
ctest_args: ${{ inputs.ctest_args }}
@@ -464,6 +466,7 @@ jobs:
464466
continue-on-error: true
465467
uses: eProsima/eProsima-CI/multiplatform/colcon_test@v0
466468
with:
469+
colcon_args_default: ''
467470
colcon_test_args: ${{ inputs.colcon_test_args }}
468471
colcon_test_args_default: '--event-handlers=console_direct+ --return-code-on-test-failure'
469472
ctest_args: ${{ inputs.ctest_args }}

0 commit comments

Comments
 (0)