Limited job to testing

This commit is contained in:
Elijah 2024-01-12 11:17:18 +01:00
parent 1747f0ed91
commit eab0529850
1 changed files with 0 additions and 10 deletions

View File

@ -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