Derp fixes

This commit is contained in:
2021-02-01 15:47:19 +00:00
parent fc6e66c7f5
commit 7eea868575
3 changed files with 6 additions and 10 deletions

View File

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