Skip to content

Commit

Permalink
add migrations to django_ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Dec 8, 2023
1 parent 7f9cbb2 commit b407bae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
- name: Apply migrations
run: |
python manage.py migrate
- name: Run Tests
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
Expand Down

0 comments on commit b407bae

Please sign in to comment.