Skip to content

Commit

Permalink
fix: remove the Run Migrations step from the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lfjnascimento committed Jun 28, 2024
1 parent 247f354 commit 06481df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ jobs:
run: poetry install
working-directory: ./backend

- name: Run migrations
run: poetry run python manage.py migrate --no-input
working-directory: ./backend

- name: Lint
run: poetry run flake8
working-directory: ./backend

0 comments on commit 06481df

Please sign in to comment.