test autmation test

This commit is contained in:
Benjamin Harder
2023-10-02 22:24:05 +02:00
parent e079815dc6
commit e97aa0d9d2

View File

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