Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Nov 6, 2023
1 parent 72281f6 commit 8711114
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 8711114

Please sign in to comment.