Skip to content

Commit

Permalink
Correção no CI com migrações
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed Sep 29, 2023
1 parent 657bad3 commit a395b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Lint with flake8
run: |
pipenv run flake8 .
- name: DB migrations
run: |
python manage.py migrate
- name: Test with pytest
run: |
pipenv run pytest --cov=pypro
Expand Down

0 comments on commit a395b65

Please sign in to comment.