Files
plantillas-proyectos/.gitea/workflows
AlexeerCT c8e6cb568a Refactor CI workflow for backend tests
- Consolidated the installation of backend dependencies and test execution into a single job in the CI workflow.
- Removed the use of actions/setup-python in favor of system Python and virtual environments to avoid issues on self-hosted runners.
- Added checks for the TEST_DATABASE_URL secret and improved error handling for virtual environment creation.
- Enhanced the overall reliability and clarity of the testing process in the CI pipeline.
2026-03-24 12:35:50 -05:00
..