fix tests#1
This commit is contained in:
parent
40a7cba90d
commit
06663390c2
2 changed files with 1 additions and 2 deletions
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest -v --cov=python-terraform
|
python3 -m pytest -v
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/bin/bash: q : commande introuvable
|
|
Loading…
Reference in a new issue