Commit cdc0284 1 parent b71a4f1 commit cdc0284 Copy full SHA for cdc0284
File tree 2 files changed +19
-6
lines changed
2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- - custom_version_build : ' v2'
15
- ref : ' 1.x'
16
- - custom_version_build : ' v3'
17
- ref : ' main'
14
+ version :
15
+ - fastdds_ref : ' v2'
16
+ backend_ref : ' 1.x'
17
+ - fastdds_ref : ' v3'
18
+ backend_ref : ' main'
18
19
name : reusable_tests
19
20
uses : ./.github/workflows/reusable-workflow.yml
20
21
with :
21
- custom_version_build : ${{ matrix.custom_version_build }}
22
+ custom_version_build : ${{ matrix.version.fastdds_ref }}
22
23
dependencies_artifact_postfix : ' _nightly'
23
- ref : ${{ matrix.ref }}
24
+ ref : ${{ matrix.version.backend_ref }}
24
25
secrets : inherit
Original file line number Diff line number Diff line change @@ -282,6 +282,12 @@ jobs:
282
282
runs-on : ubuntu-22.04
283
283
steps :
284
284
285
+ - name : Sync repository
286
+ uses : eProsima/eProsima-CI/external/checkout@v0
287
+ with :
288
+ path : src
289
+ ref : ${{ inputs.ref }}
290
+
285
291
- name : Install libtinyxml in ubuntu
286
292
uses : eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
287
293
with :
@@ -309,5 +315,11 @@ jobs:
309
315
runs-on : ubuntu-22.04
310
316
steps :
311
317
318
+ - name : Sync repository
319
+ uses : eProsima/eProsima-CI/external/checkout@v0
320
+ with :
321
+ path : src
322
+ ref : ${{ inputs.ref }}
323
+
312
324
- name : Uncrustify
313
325
uses : eProsima/eProsima-CI/ubuntu/uncrustify@v0
You can’t perform that action at this time.
0 commit comments