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 7647f12 commit 0e81435
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 @@ -40,7 +40,7 @@ jobs:
env:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
run: |
pipenv run manage.py migrate --noinput
pipenv run ./manage.py migrate --noinput
- name: Test with pytest
run: |
pipenv run pytest --cov=pypro
Expand Down

0 comments on commit 0e81435

Please sign in to comment.