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

Use Postgres for tests #1049

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Conversation

epicserve
Copy link
Owner

No description provided.

runs-on: ubuntu-latest
name: Tests install script
env:
BUILD_DIR: /home/runner/work/django-base-site/new_project/
SECRET_KEY: secret-key-for-testing-only
READ_DOT_ENV_FILE: on
DOCKER_COMPOSE_PREFIX: docker compose run -u root --rm --no-deps web
DOCKER_COMPOSE_PREFIX: docker compose run -u root -e DATABASE_URL --rm --no-deps web
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is here to override the .env file that is created when it runs ./scripts/start_new_project on line 68.

@epicserve epicserve force-pushed the feature/use-postgres-for-tests branch from f385c3d to 5e7ad2a Compare January 22, 2025 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant