Skip to content

fixup leftover issues #51

fixup leftover issues

fixup leftover issues #51

Workflow file for this run

name: 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
lts:
name: Tests (LTS)
uses: ./.github/workflows/tests.yml
with:
runtime: lts
secrets: inherit
# Will be removed in the future
plugins-tests:
name: Plugins Tests
uses: ./.github/workflows/plugins-tests.yml
with:
registry: "docker.eventstore.com/eventstore-ee

Check failure on line 27 in .github/workflows/lts.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lts.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
image: eventstoredb-commercial
tag: :24.2.0-jammy
secrets: inherit