diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index 82e027f..e75262d 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -24,5 +24,5 @@ services: - -c - | pip install pytest pytest-cov pytest-console-scripts --root-user-action ignore - # pytest --cov-report term-missing --cov=discordai_modelizer tests - tail -f /dev/null \ No newline at end of file + pytest --cov-report term-missing --cov=discordai_modelizer tests + # tail -f /dev/null \ No newline at end of file