Skip to content

Commit

Permalink
Update django-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fivehanz authored Dec 12, 2023
1 parent c564300 commit 43751b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
make install
- name: Run Migrations # run migrations to create table in side car db container
run: |
make migrate
pipenv run make migrate
- name: Run Tests
run: |
pipenv run python manage.py test

0 comments on commit 43751b9

Please sign in to comment.