diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55b47eb..bec19c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,9 @@ jobs: pip install poetry poetry install --with dev - - name: Run tests with coverage + - name: Run tests with coverage run: | - poetry run pytest --cov=app --cov-report=term-missing tests + poetry run pytest --cov=app --cov-report=term-missing continue-on-error: false - name: Run Bandit for security analysis