From 16908ca0b4d5a3bec35277fcdd92fea09503acb3 Mon Sep 17 00:00:00 2001 From: Pedro Paulo Favato Barcelos Date: Tue, 28 Nov 2023 21:58:39 +0100 Subject: [PATCH] Fixed testing workflow --- .github/workflows/code_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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