mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 03:54:02 +02:00
Bug Fixes & Automated Testing - remove_failed_imports.py #patch
This commit is contained in:
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@@ -25,9 +25,10 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r docker/requirements.txt
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
python3 -m pytest --import-mode=append tests/
|
||||
python3 -m pytest -o log_cli=false
|
||||
|
||||
build-dev:
|
||||
needs: unit-tests
|
||||
|
||||
Reference in New Issue
Block a user