Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec/support/database: support running postgres in docker #502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 24, 2023

  1. spec/support/database: support running postgres in docker

    Add a docker-compose.yml file that sets up a PostgreSQL image configured
    to run pg_search's test suite. Add support to `spec/support/database`
    for using that container's PostgreSQL instance to run the test suite
    by simply checking if the `DOCKER` environment variable is set.
    
    Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
    kyrofa committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e0a0033 View commit details
    Browse the repository at this point in the history