Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
# template database and exercise the triggers/functions in parallel.
# Docker is available on GitHub-hosted runners.
runs-on: ubuntu-24.04
env:
# Locally the container is reused between runs to skip the boot and the
# migration pipeline. A CI runner starts empty so there is nothing to
# reuse, and on a shared runner a second job could rebuild the template
# while this one is cloning it — so take the throwaway path.
SQL_TEST_FRESH: "1"
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down
Loading
Loading