mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Derp fixes
This commit is contained in:
3
.github/workflows/django.yml
vendored
3
.github/workflows/django.yml
vendored
@@ -42,13 +42,12 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install pycodestyle coveralls django_coverage_plugin pytest-cov
|
||||
pip install --upgrade --upgrade-strategy eager -r requirements.txt
|
||||
- run: python manage.py collectstatic --noinput
|
||||
if: steps.static-cache.outputs.cache-hit != 'true'
|
||||
- name: Basic Checks
|
||||
run: |
|
||||
pycodestyle . --exclude=migrations,node_modules
|
||||
python manage.py check
|
||||
python manage.py makemigrations --check --dry-run
|
||||
python manage.py collectstatic --noinput
|
||||
- name: Run Tests
|
||||
run: pytest --cov -n 8
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user