chore: improve test coverage for connection shutdown (#320) #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
previous-lts: | |
name: Tests (Previous LTS) | |
uses: ./.github/workflows/tests.yml | |
with: | |
image: ${{ fromJSON(vars.KURRENTDB_DOCKER_IMAGES)['previous-lts'].fullname }} | |
secrets: inherit |