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 17ea18d commit a1cd90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha-docker-solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
run: docker build -t "$IMAGE_NAME:latest" docker/solr

- name: Start Solr image
run: docker run -d -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
continue-on-error: ${{ inputs.force != '' }}
env:
CUSTOM_CACHE_POOL: singleredis
CACHE_HOST: 127.0.0.1
CORES_SETUP: single

Expand Down

0 comments on commit a1cd90e

Please sign in to comment.