File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 4545
4646 steps :
4747
48- - uses : eProsima/eProsima-CI/windows/install_openssl@v0
48+ - uses : eProsima/eprosima-CI/windows/install_openssl@v0
49+ with :
50+ version : ' 3.1.1'
4951
5052 - name : Install Asio and TinyXML2
5153 shell : pwsh
@@ -131,9 +133,10 @@ jobs:
131133 id : test
132134 uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
133135 with :
134- colcon_test_args : --packages-select fastdds_python -- return-code-on-test-failure
136+ colcon_test_args : --return-code-on-test-failure
135137 colcon_test_args_default : --event-handlers console_direct+ desktop_notification-
136138 ctest_args_default : --timeout 60
139+ packages_names : fastdds_python
137140 workspace : ${{ github.workspace }}
138141 workspace_dependencies : ${{ github.workspace }}
139142
@@ -214,9 +217,10 @@ jobs:
214217 id : test
215218 uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
216219 with :
217- colcon_test_args : --packages-select fastdds_python -- return-code-on-test-failure
220+ colcon_test_args : --return-code-on-test-failure
218221 colcon_test_args_default : --event-handlers console_direct+
219222 ctest_args_default : --timeout 60
223+ packages_names : fastdds_python
220224 workspace : ${{ github.workspace }}
221225
222226 - name : Upload Logs
You can’t perform that action at this time.
0 commit comments