Skip to content

Commit

Permalink
Merge pull request #2846 from sul-dlss/no-setup
Browse files Browse the repository at this point in the history
Don't run the setup script in CI
  • Loading branch information
taylor-steve authored Feb 7, 2025
2 parents 25998c4 + 1009592 commit 6e6565f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
BUNDLE_GEMS__CONTRIBSYS__COM: ${{ secrets.BUNDLE_GEMS__CONTRIBSYS__COM }}
run: bundle config --local gems.contribsys.com ${BUNDLE_GEMS__CONTRIBSYS__COM}
- name: Install dependencies
run: bin/setup && bin/rails db:test:prepare
run: bundle install
- name: Setup db
run: bin/rails db:test:prepare
- name: Run tests
run: bundle exec rake

0 comments on commit 6e6565f

Please sign in to comment.