From 9ba69327b13fcfe69dcf5068b8acc14d802a8422 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Wed, 17 Jan 2024 11:43:07 +0100 Subject: [PATCH] Update usage of eProsima CI actions (#89) Signed-off-by: EduPonz (cherry picked from commit edb817264eef0f247260ba9ca2116e62b68d452d) --- .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 c185ef5d..ae4f3f89 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -45,7 +45,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 @@ -131,9 +133,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 }} @@ -214,9 +217,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