mirror of
https://github.com/immich-app/immich.git
synced 2025-07-07 18:24:10 -04:00
trying to fix pytest
This commit is contained in:
parent
b5a4ed5160
commit
01eb09526e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -390,7 +390,7 @@ jobs:
|
|||||||
poetry run black --check app export
|
poetry run black --check app export
|
||||||
- name: Run mypy type checking
|
- name: Run mypy type checking
|
||||||
run: |
|
run: |
|
||||||
poetry run mypy --install-types --non-interactive --strict app/
|
mkdir .mypy_cache && poetry run mypy --install-types --non-interactive --strict app/
|
||||||
- name: Run tests and coverage
|
- name: Run tests and coverage
|
||||||
run: |
|
run: |
|
||||||
poetry run pytest app --cov=app --cov-report term-missing
|
poetry run pytest app --cov=app --cov-report term-missing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user