Skip to content

Commit

Permalink
FIX: NAV-150 - Remove unit test marker from pytest in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Aug 22, 2024
1 parent 291c1e0 commit 8b66c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
poetry install --no-interaction --no-root
- name: Run unit tests
run: poetry run pytest -m unit
run: poetry run pytest

- name: Run mypy
run: poetry run mypy .

0 comments on commit 8b66c49

Please sign in to comment.