Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Oct 8, 2024
1 parent 7b45478 commit 910fb34
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,14 @@ jobs:
os:
- ubuntu-22.04
- ubuntu-24.04
uses: ./.github/workflows/reusable-workflow.yml
with:
os: ${{ matrix.os }}
custom_version_build: ${{ inputs.custom_version_build || 'v3' }}
dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
ref: ${{ inputs.ref }}
secrets: inherit
run: echo "Running tests on ${{ matrix.os }} with ${{ matrix.cmake_build_type }} build type"
# uses: ./.github/workflows/reusable-workflow.yml
# with:
# os: ${{ matrix.os }}
# custom_version_build: ${{ inputs.custom_version_build || 'v3' }}
# dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix || '_nightly' }}
# ref: ${{ inputs.ref }}
# secrets: inherit



Expand Down

0 comments on commit 910fb34

Please sign in to comment.