File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444
4545 steps :
4646
47- - uses : eProsima/eProsima-CI/windows/install_openssl@v0
47+ - uses : eProsima/eprosima-CI/windows/install_openssl@v0
48+ with :
49+ version : ' 3.1.1'
4850
4951 - name : Install Asio and TinyXML2
5052 shell : pwsh
@@ -130,9 +132,10 @@ jobs:
130132 id : test
131133 uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
132134 with :
133- colcon_test_args : --packages-select fastdds_python -- return-code-on-test-failure
135+ colcon_test_args : --return-code-on-test-failure
134136 colcon_test_args_default : --event-handlers console_direct+ desktop_notification-
135137 ctest_args_default : --timeout 60
138+ packages_names : fastdds_python
136139 workspace : ${{ github.workspace }}
137140 workspace_dependencies : ${{ github.workspace }}
138141
@@ -212,9 +215,10 @@ jobs:
212215 id : test
213216 uses : eProsima/eProsima-CI/multiplatform/colcon_test@v0
214217 with :
215- colcon_test_args : --packages-select fastdds_python -- return-code-on-test-failure
218+ colcon_test_args : --return-code-on-test-failure
216219 colcon_test_args_default : --event-handlers console_direct+
217220 ctest_args_default : --timeout 60
221+ packages_names : fastdds_python
218222 workspace : ${{ github.workspace }}
219223
220224 - name : Upload Logs
You can’t perform that action at this time.
0 commit comments