diff --git a/.github/workflows/code_testing.yml b/.github/workflows/code_testing.yml index 32b5e33..d48e038 100644 --- a/.github/workflows/code_testing.yml +++ b/.github/workflows/code_testing.yml @@ -34,4 +34,4 @@ jobs: pip install -r requirements.txt - name: Testing with pytest - run: pytest ./ontouml_py/tests + run: pytest ./tests