Skip to content

Commit

Permalink
Updated the project strcture, changes the behavior of the docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Mar 5, 2024
1 parent 394c2fb commit 3ce6c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
cd server && poetry install
- name: Run Tests
run: |
poetry run python manage.py test
cd server && poetry run python manage.py test

0 comments on commit 3ce6c47

Please sign in to comment.