Skip to content

Merge branch 'main' into feature/from_bytes #1098

Merge branch 'main' into feature/from_bytes

Merge branch 'main' into feature/from_bytes #1098

Workflow file for this run

# Tests to run with workflow-dispatch, pull-request and push events
name: test
on:
workflow_dispatch:
inputs:
custom_version_build:
description: >
Select Fast DDS version build from eProsima-CI.
required: true
type: choice
default: 'custom'
options:
- custom
- v2
- v3
dependencies_artifact_postfix:
description: 'Postfix name to add to artifact name to download dependencies. This is use to download a specific artifact version from eProsima-CI.'
required: true
default: '_nightly'
pull_request:
push:
branches:
- main
jobs:
reusable_tests:
name: reusable_tests
uses: eProsima/dev-utils/.github/workflows/reusable-workflow.yml

Check failure on line 33 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
custom_version_build: ${{ github.event.inputs.custom_version_build || 'v2' }}
dependencies_artifact_postfix: ${{ github.event.inputs.dependencies_artifact_postfix || '_nightly' }}