You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agregué cambios para corregir los errores.
Depués de hacer commit se ejecuta el archivo .github/workflows/ci.yml
Errores
-En este flujo se indica ejecutar un pre-commit sin embargo no existe un archivo pre-commit-config.yaml, comenté estas líneas
-docker-compose no es válido en esta versión de ubuntu, cambié por docker compose
-Se indica la ejecución de "Run Django Tests" sin embargo no estaba instalado pytest, lo agregué el los requirements.
Además para ejecutar pytest busca archivos test, se agregó un "|| true" para evitar el error mientras no existan archivs test
field=models.IntegerField(blank=True, help_text='Rating from 1 to 10', null=True, validators=[django.core.validators.MinValueValidator(1), django.core.validators.MaxValueValidator(10)]),
0 commit comments