Update pytest.yml

test folder name correction in workflow
merge-requests/1/head
Kiran Kumar Kotari 2 years ago committed by GitHub
parent e08cf08c58
commit 6848798f45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,4 +31,4 @@ jobs:
pip install -r requirements_dev.txt
- name: Test with pytest
run: |
PYTHONPATH=. python -m pytest -v -s --cache-clear --cov=python-terraform tests
PYTHONPATH=. python -m pytest -v -s --cache-clear --cov=python-terraform test

Loading…
Cancel
Save