From eab05298506db763a1580c6b5587a69d8ca92e1f Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 12 Jan 2024 11:17:18 +0100 Subject: [PATCH] Limited job to testing --- .gitea/workflows/ci-pipeline.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index f89eec5..bb38125 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -39,16 +39,6 @@ jobs: pip install --upgrade pip pip install -r requirements.txt - - name: Run makemigrations - run: | - source venv/bin/activate - python manage.py makemigrations - - - name: Run migrate - run: | - source venv/bin/activate - python manage.py migrate - - name: Run tests run: | source venv/bin/activate