Skip to content

Commit

Permalink
Fixed testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedropaulofb committed Nov 28, 2023
1 parent 84d6fe8 commit 16908ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
pip install -r requirements.txt
- name: Testing with pytest
run: pytest ./ontouml_py/tests
run: pytest ./tests

0 comments on commit 16908ca

Please sign in to comment.