Skip to content

add Astro engine to source repo #787

add Astro engine to source repo

add Astro engine to source repo #787

name: "previous LTS"
on:
pull_request:
push:
branches:
- master
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
with:
image: ${{ fromJSON(vars.KURRENTDB_DOCKER_IMAGES)['previous-lts'].fullname }}
secrets: inherit