Skip to content

Commit 5820fca

Browse files
Single line for ctest_args in Mac CI (#6186)
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 3aa2026 commit 5820fca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ jobs:
222222
colcon_meta_file: ${{ github.workspace }}/src/fastdds/.github/workflows/config/fastdds_test.meta
223223
colcon_test_args: ${{ inputs.colcon-args }}
224224
colcon_test_args_default: --event-handlers=console_direct+
225-
ctest_args: >
226-
${{ inputs.ctest-args }}
227-
${{ format('-E "{0}"', env.test_blocklist) }}
225+
ctest_args: ${{ inputs.ctest-args }} ${{ format('-E "{0}"', env.test_blocklist) }}
228226
packages_names: fastdds
229227
workspace: ${{ github.workspace }}
230228
test_report_artifact: ${{ format('test_report_{0}_{1}_{2}', inputs.label, github.job, join(matrix.*, '_')) }}

0 commit comments

Comments
 (0)