Skip to content

Commit

Permalink
Fixed "EOF" Error in Testing
Browse files Browse the repository at this point in the history
- Testing workflow was throwing an error for database deletion
- Added noinput to sidestep this error
  • Loading branch information
ojusharma authored Apr 6, 2024
1 parent 4fb83ac commit f0c4a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/running_tests_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run Tests
run: |
cd ./Django/communicado
docker exec communicado_container_test python manage.py test
docker exec communicado_container_test python manage.py test --noinput

0 comments on commit f0c4a05

Please sign in to comment.