Skip to content

Commit edb8172

Browse files
authored
Update usage of eProsima CI actions (#89)
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
1 parent b37e8b7 commit edb8172

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
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

0 commit comments

Comments
 (0)