From 06481df957eb26ebd9c41b14f6abad493effb1a7 Mon Sep 17 00:00:00 2001 From: lfjnascimento Date: Fri, 28 Jun 2024 11:46:47 -0300 Subject: [PATCH] fix: remove the Run Migrations step from the github workflow --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba33cc3..b065ab4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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