From f20bf4d85c4251fd9a515ebb298886cee4c9a401 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:19:39 +0100 Subject: [PATCH] Update usage of eProsima CI actions (#89) (#90) Signed-off-by: EduPonz (cherry picked from commit edb817264eef0f247260ba9ca2116e62b68d452d) Co-authored-by: Eduardo Ponz Segrelles --- .github/workflows/build_and_test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 34eef60b..d47a912c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -44,7 +44,9 @@ jobs: steps: - - uses: eProsima/eProsima-CI/windows/install_openssl@v0 + - uses: eProsima/eprosima-CI/windows/install_openssl@v0 + with: + version: '3.1.1' - name: Install Asio and TinyXML2 shell: pwsh @@ -130,9 +132,10 @@ jobs: id: test uses: eProsima/eProsima-CI/multiplatform/colcon_test@v0 with: - colcon_test_args: --packages-select fastdds_python --return-code-on-test-failure + colcon_test_args: --return-code-on-test-failure colcon_test_args_default: --event-handlers console_direct+ desktop_notification- ctest_args_default: --timeout 60 + packages_names: fastdds_python workspace: ${{ github.workspace }} workspace_dependencies: ${{ github.workspace }} @@ -212,9 +215,10 @@ jobs: id: test uses: eProsima/eProsima-CI/multiplatform/colcon_test@v0 with: - colcon_test_args: --packages-select fastdds_python --return-code-on-test-failure + colcon_test_args: --return-code-on-test-failure colcon_test_args_default: --event-handlers console_direct+ ctest_args_default: --timeout 60 + packages_names: fastdds_python workspace: ${{ github.workspace }} - name: Upload Logs