Skip to content

Add GitHub Actions workflow for Django tests with PostgreSQL#1

Merged
junior92jr merged 11 commits intomainfrom
test-ci
Aug 22, 2025
Merged

Add GitHub Actions workflow for Django tests with PostgreSQL#1
junior92jr merged 11 commits intomainfrom
test-ci

Conversation

@junior92jr
Copy link
Copy Markdown
Owner

This adds a CI workflow that runs our Django tests automatically on GitHub Actions.
The workflow spins up a Postgres service, installs dependencies, runs migrations, and then executes pytest.

The goal is to make sure tests run consistently on every push and pull request, so we can catch issues earlier and keep main stable.

@junior92jr junior92jr merged commit 47766f7 into main Aug 22, 2025
2 checks passed
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