Skip to content

Commit

Permalink
fix: test running cmmand
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldte committed Sep 18, 2024
1 parent 42d1a45 commit 595ee03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Run Tests # Exécute les tests unitaires
run: |
python -m unittest discover -s tests # Exécute tous les tests dans le dossier "tests"
python manage.py test # Exécute les tests unitaires
deploy:
runs-on: ubuntu-latest # Exécute sur Ubuntu
Expand Down

0 comments on commit 595ee03

Please sign in to comment.