Skip to content

feat: add multi stream append support #48

feat: add multi stream append support

feat: add multi stream append support #48

Workflow file for this run

name: Previous LTS
on:
pull_request:
push:
branches:
- trunk
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
jobs:
build:
uses: ./.github/workflows/build.yml

Check failure on line 12 in .github/workflows/previous-lts.yml

View workflow run for this annotation

GitHub Actions / Previous LTS

Invalid workflow file

The workflow is not valid. In kurrent-io/KurrentDB-Client-Java/.github/workflows/tests.yml@dcac0e1a0e8349a69e61b3088f3c751abc4a2830 (Line: 12, Col: 11): Error from called workflow kurrent-io/KurrentDB-Client-Java/.github/workflows/load-configuration.yml@dcac0e1a0e8349a69e61b3088f3c751abc4a2830 (Line: 42, Col: 14): Unrecognized named-value: 'input'. Located at position 40 within expression: fromJSON(vars.KURRENTDB_DOCKER_IMAGES)[input.runtime].registry
previous-lts:
name: Tests (Previous LTS)
uses: ./.github/workflows/tests.yml
with:
runtime: previous-lts
secrets: inherit