Skip to content

Commit b23a5c9

Browse files
Update usage of eProsima CI actions (#89) (#91)
Signed-off-by: EduPonz <eduardoponz@eprosima.com> (cherry picked from commit edb8172) Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
1 parent 6b9ef91 commit b23a5c9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build_and_test.yml

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

0 commit comments

Comments
 (0)