Skip to content

Commit

Permalink
Just load schema during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbclark committed Jan 26, 2025
1 parent ca89a65 commit 5db1f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
echo "gem: --no-document" > ~/.gemrc
gem install bundler --conservative
bundle config path vendor/bundle
bin/setup
bundle exec rails db:schema:load
bundle exec rails spec
- name: Run Rubocop
run: bundle exec rubocop
Expand Down

0 comments on commit 5db1f4f

Please sign in to comment.