Skip to content

Commit 14da156

Browse files
committed
CI: create solr config path
1 parent db3fb72 commit 14da156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-python-app.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Configure solr
6363
run: |
6464
cd app
65+
mkdir -p /var/solr/server/solr/tester/conf
6566
python manage.py build_solr_schema --configure-directory=/var/solr/server/solr/tester/conf
6667
python manage.py build_solr_schema -r RELOAD_CORE
6768
python manage.py rebuild_index --noinput

0 commit comments

Comments
 (0)