File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ jobs:
24
24
- nvm install
25
25
- npm install --no-optional --no-audit --progress=false
26
26
- poetry install
27
+ before_script :
28
+ - poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
27
29
script :
28
30
# Python linting.
29
31
- tox -e lint
30
32
# Docs website build.
31
33
- poetry run mkdocs build --strict
32
- - poetry run django-admin runserver --settings=tests.settings.production --pythonpath=. &
33
34
- wget --mirror --page-requisites --no-parent http://localhost:8000/django-pattern-library/demo/pattern-library/
34
35
- mv localhost:8000/django-pattern-library/demo site
35
36
# Package build, incl. publishing an experimental pre-release via GitHub Pages for builds on `master`.
You can’t perform that action at this time.
0 commit comments