diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 079be32..1eac068 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -38,4 +38,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest tests. -k 'not test_terra' + pytest tests/ -k 'not test_terra'