Skip to content

Commit

Permalink
fixup! [CI] Solr image: review suggestions (cron, image tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 7, 2023
1 parent fc0f092 commit 17ea18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gha-docker-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: docker build -t "$IMAGE_NAME:latest" docker/solr

- name: Start Solr image
run: docker run -p 8983:8983 "$IMAGE_NAME:latest"
run: docker run -d -p 8983:8983 "$IMAGE_NAME:latest"

- name: Run Solr integration test suite
run: composer test-integration-solr
Expand Down

0 comments on commit 17ea18d

Please sign in to comment.