1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Run collecstatic when preparing test environment

This commit is contained in:
jeremystretch
2021-04-27 13:42:57 -04:00
parent 98c2914eeb
commit b6f70ed92a

View File

@ -40,6 +40,9 @@ jobs:
pip install pycodestyle coverage
ln -s configuration.testing.py netbox/netbox/configuration.py
- name: Collect static files
run: python netbox/netbox/manage.py collectstatic --no-input
- name: Check PEP8 compliance
run: pycodestyle --ignore=W504,E501 netbox/