Skip to content

Commit

Permalink
CI: troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jun 26, 2024
1 parent 755d6b8 commit b59d49e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
curl -H "Content-type:application/octet-stream" --data-binary @solr_config.zip "http://solr:SolrRocks@127.0.0.1:8983/solr/admin/configs?action=UPLOAD&name=blacklight"
curl -H 'Content-type: application/json' http://solr:SolrRocks@127.0.0.1:8983/api/collections/ -d '{create: {name: blacklight-core, config: blacklight, numShards: 1}}'
- name: Install dependencies
run: bundle install

- name: Run Tests
run: bundle exec rake ci
env:
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ source "https://rubygems.org"
# Please see geoblacklight_admin.gemspec for dependency information.
gemspec

# SIMPLE FORM
gem "simple_form", "~> 5.0"

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
Expand Down

0 comments on commit b59d49e

Please sign in to comment.