Skip to content

Commit

Permalink
Fix Flaky test action (#482)
Browse files Browse the repository at this point in the history
* Fix Flaky test action

Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>

* Remove unnecessary cmake_build_type line

Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>

---------

Signed-off-by: Lucia Echevarria <luciaechevarria@eprosima.com>
  • Loading branch information
LuciaEchevarria99 authored Dec 5, 2024
1 parent 5871f8c commit e51c2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ jobs:
with:
packages_names: ${{ env.code_packages_names }}
workspace_dependencies: install
cmake_args: -DBUILD_TESTS=ON
ctest_args: --label-regex "xfail"

- name: Test Report
Expand Down

0 comments on commit e51c2ec

Please sign in to comment.