Skip to content

Commit

Permalink
Adiciona instrução para executar makemigrations antes de migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitanga Innovare committed Jun 1, 2024
1 parent 6ebed8d commit 4d780d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Build the Stack
run: docker-compose -f local.yml build

- name: Make the migrations
run: docker compose -f local.yml run --rm django python manage.py makemigrations

- name: Run DB Migrations
run: docker-compose -f local.yml run --rm django python manage.py migrate

Expand Down

0 comments on commit 4d780d7

Please sign in to comment.