Django - Deployment and Production
You have this GitLab CI job snippet:
But tests are not running on your feature branch pushes. What is the likely problem?
test:
script:
- python manage.py test
only:
- main
- develop
But tests are not running on your feature branch pushes. What is the likely problem?
