mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 13:34:05 +01:00
Update django.yml
This commit is contained in:
parent
495b1a5aae
commit
7d568e9417
6
.github/workflows/django.yml
vendored
6
.github/workflows/django.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user