Skip to content

Set up GitHub Actions for automated testing #38

@Phinart98

Description

@Phinart98

We should create a .github/workflows/test.yml file that:

Runs on Python 3.12
Installs Django and project dependencies
Runs the Django test suite with python manage.py test

This will help ensure code quality and catch issues early. For now, a basic workflow that runs at least 1 passing test would be a good start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttestsA ruby related issue (website)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions