Skip to content

Commit

Permalink
task: action against solr 9
Browse files Browse the repository at this point in the history
  • Loading branch information
s.jovanoski committed Jan 1, 2024
1 parent 5daa845 commit f3cac3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:

services:
solr:
image: solr:7.7.3
image: solr:9
ports:
- 8983:8983
command: 'bash -e -c "cp -rf /opt/solr/server/solr/configsets /var/solr/data/configsets; solr-foreground;"'
options: >-
--health-cmd "curl --fail http://0.0.0.0:8983/solr/admin/cores || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
strategy:
matrix:
node-version: [18.x]

Expand Down

0 comments on commit f3cac3f

Please sign in to comment.