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 f4c8ee3 commit ec3bf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: [18.x]
steps:
- name: Copy configsets
run: docker cp ./path/to/your/configsets $(docker ps -q --filter ancestor=solr:9):/var/solr/data/
run: docker cp -rf /opt/solr/server/solr/configsets $(docker ps -q --filter ancestor=solr:9):/var/solr/data/
- name: Start Solr
run: docker exec $(docker ps -q --filter ancestor=solr:9) solr-foreground
- uses: actions/checkout@v3
Expand Down

0 comments on commit ec3bf46

Please sign in to comment.