diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index accfaa081..7704a5d1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} - - name: Solr - Create container - run: docker run -d -p 8983:8983 geoblacklight/solr:8.9-v1.0.0 server/scripts/ci-start.sh - - name: Bundler - Install run: gem install bundler -v 2.3.5 @@ -77,7 +74,6 @@ jobs: FARADAY_VERSION: ${{ matrix.faraday_version }} run: bundle exec rake ci - - name: Artifacts - Upload coverage uses: actions/upload-artifact@v2 if: always()