Skip to content

Commit

Permalink
Fix syntax of ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 16, 2024
1 parent be3a8d0 commit 03d4d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03d4d71

Please sign in to comment.