/home/runner/work/decluttarr/decluttarr/src/utils# Please enter the commit message for your changes. Lines starting

This commit is contained in:
Benjamin Harder
2023-10-02 22:25:12 +02:00
parent e97aa0d9d2
commit 972126c420

View File

@@ -26,7 +26,7 @@ jobs:
pip install pytest pytest-cov
- name: Test with pytest
run: |
pytest /home/runner/work/decluttarr/src/utils/test_nest_functions.py -vv
pytest test_nest_functions.py -vv
build:
runs-on: ubuntu-latest