Skip to content

feat: add multi stream append support #47

feat: add multi stream append support

feat: add multi stream append support #47

Workflow file for this run

name: CI
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/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

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