Skip to content

Commit

Permalink
temp. debugging Solr
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 12, 2024
1 parent dc38cdd commit 07c4d56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
# Replace default path to CKAN core config file with the one on the container
sed -i -e 's/use = config:.*/use = config:\/srv\/app\/src\/ckan\/test-core.ini/' test.ini
- name: Check Solr schema version
run: curl -s "http://solr:8983/solr/ckan/admin/file?file=schema.xml"

- name: Fetch Solr logs
run: docker logs $(docker ps -qf "ancestor=ckan/ckan-solr:${{ matrix.ckan-version }}-solr9") || true

- name: Setup extension
continue-on-error: ${{ matrix.experimental }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion test.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ port = 5000

[app:main]
use = config:../ckan/test-core.ini
#ckan.plugins = multiuploader
ckan.plugins = multiuploader
#solr_url = http://127.0.0.1:8983/solr/ckan


Expand Down

0 comments on commit 07c4d56

Please sign in to comment.