mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 21:44:06 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -33,10 +33,6 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Linting with flake8
|
|
||||||
run: |
|
|
||||||
flake8 .
|
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
python manage.py test
|
python manage.py test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user