Skip to content

TMP test Latest main tag #3

TMP test Latest main tag

TMP test Latest main tag #3

Workflow file for this run

name: CI Downstream - LT Streaming Legacy
on:
workflow_dispatch:
inputs:
opendaq-ref:
description: "openDAQ SDK commit, branch or tag"
required: false
default: ""
pull_request:
jobs:
call-opendaq-reusable:
name: LT Streaming Legacy
uses: openDAQ/openDAQ-CI/.github/workflows/reusable.yml@v1
with:
opendaq-ref: ${{ github.event.inputs.opendaq-ref || '' }}
cmake-presets: >
[
{
"configure-preset": "module",
"test-preset": "module-test"
}
]