WORKFLOW FOCUS: Disable all workflows to focus on python-tests development
Disabled workflows with 'if: false':
- audit.yml: Simple audit workflow
- ci.yml: Main CI pipeline
- ci-cd.yml: Complete CI/CD pipeline
- fix.yml: Code quality fixes
- security-scanning.yml: Security scanning
- cli-level1-tests.yml: CLI-specific testing
- test.yml: Basic testing
- debug-test.yml: Debug workflow
Active workflow:
- python-tests.yml: Comprehensive Python testing (NEW)
Benefits:
- Clean development environment
- No competing workflow runs
- Focus on python-tests workflow development
- Easy to re-enable when needed
- Reduced runner load
This allows focused development of the python-tests workflow
without interference from other workflows. All disabled workflows
can be easily re-enabled by removing 'if: false'.
This workflow will show:
- Current working directory
- User and environment info
- Force absolute workspace creation
- Repository cloning status
- Package.json detection
- NPM install attempt
This should definitively show what's happening with the runner
and whether our fixes are actually being executed.