Update django.yml

This commit is contained in:
Sirin Puenggun 2023-09-05 20:28:45 +07:00 committed by GitHub
parent 495b1a5aae
commit 7d568e9417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: Django Unit Tests and Linting
name: Unit Tests
on:
push:
@ -33,10 +33,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Linting with flake8
run: |
flake8 .
- name: Run Tests
run: |
python manage.py test