Commit Graph

2 Commits

Author SHA1 Message Date
S cb67370c9a Fix PYTHONPATH issue in workflow tests
- Add export PYTHONPATH before running pytest in Quick Tests
- Add export PYTHONPATH before running pytest in Full Test Suite
- This fixes ModuleNotFoundError when importing src modules
2025-08-20 01:12:26 -04:00
S 98e1a8e3ae Add manual trigger workflows for testing and deployment
- Add manual-audio-test.yml for on-demand testing with custom parameters
- Add deploy.yml for environment-specific deployments
- Support for development, staging, and production environments
- Configurable test types, audio samples, and Whisper models
- Database backup and health check capabilities

These workflows can be triggered manually from the Gitea Actions UI

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 00:46:50 -04:00