diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef214d2..153e27c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test with pytest run: | - pytest ./tests/api_test/ + coverage run -m pytest ./tests/api_test/ -v -s push_app_to_registry: name: Push APP Docker image to Docker Hub