Skip to content

Commit

Permalink
add directory change and migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
maelys-buhler authored Mar 6, 2024
1 parent faded19 commit 069be46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/django_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
python -m pip install --upgrade pip
cd api
pip install -r requirements.txt
- name: Run migrations
run: |
cd api
python manage.py migrate
- name: Run Tests
run: |
cd api
python manage.py test

0 comments on commit 069be46

Please sign in to comment.