Skip to content

Commit 56539f6

Browse files
TMP: use custom artifact in CI
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent 9d0ffc0 commit 56539f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
dependencies_artifact_postfix:
3939
description: 'Postfix name to add to artifact name to download dependencies. This is use to download a specific artifact version from eProsima-CI.'
4040
required: true
41-
default: '_nightly'
41+
default: '_ddsenabler'
4242

4343
pull_request:
4444
push:
@@ -51,15 +51,15 @@ jobs:
5151
name: reusable_tests
5252
uses: ./.github/workflows/reusable-ubuntu-ci.yml
5353
with:
54-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
54+
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_ddsenabler' }}
5555
ref: ${{ github.ref }}
5656
secrets: inherit
5757

5858
reusable_tests_windows:
5959
name: reusable_tests
6060
uses: ./.github/workflows/reusable-windows-ci.yml
6161
with:
62-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
62+
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_ddsenabler' }}
6363
ref: ${{ github.ref }}
6464
secrets: inherit
6565

@@ -72,6 +72,6 @@ jobs:
7272
devutils_branch: ${{ inputs.devutils_branch || 'main' }}
7373
ddspipe_branch: ${{ inputs.ddspipe_branch || 'main' }}
7474
ddsenabler_branch: ${{ inputs.ddsenabler_branch || github.head_ref || github.ref_name }}
75-
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
75+
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_ddsenabler' }}
7676
ref: ${{ github.ref }}
7777
secrets: inherit

0 commit comments

Comments
 (0)