mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 13:54:01 +02:00
test
This commit is contained in:
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -27,10 +27,11 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest pytest-cov
|
||||
pip install -r docker/requirements.txt
|
||||
pip install -e .
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
python -m pytest src/utils/test_nest_functions.py -vv
|
||||
|
||||
src/utils/test_nest_functions.py
|
||||
python3 -m pytest --import-mode=append tests/
|
||||
|
||||
build-main:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
|
||||
Reference in New Issue
Block a user