We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3fb72 commit 14da156Copy full SHA for 14da156
.github/workflows/test-python-app.yaml
@@ -62,6 +62,7 @@ jobs:
62
- name: Configure solr
63
run: |
64
cd app
65
+ mkdir -p /var/solr/server/solr/tester/conf
66
python manage.py build_solr_schema --configure-directory=/var/solr/server/solr/tester/conf
67
python manage.py build_solr_schema -r RELOAD_CORE
68
python manage.py rebuild_index --noinput
0 commit comments