fix: wrong file path
This commit is contained in:
parent
27885cab57
commit
5fe565d8aa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -91,4 +91,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install pytest
|
pip install pytest
|
||||||
pip install pytest-cov
|
pip install pytest-cov
|
||||||
python .\tests\test_validate_input_file.py .\tests\validate_input_file.py .\tests\in\docker-compose.yaml
|
python tests/test_validate_input_file.py tests/validate_input_file.py tests/in/docker-compose.yaml
|
||||||
|
|
Loading…
Reference in a new issue