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 a0621c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
echo "gem: --no-document" > ~/.gemrc
gem install bundler --conservative
bundle config path vendor/bundle
bin/setup
bundle exec rails spec
bundle install
bundle exec rails db:schema:load spec
- name: Run Rubocop
run: bundle exec rubocop
- name: Run eslint
Expand Down

0 comments on commit a0621c6

Please sign in to comment.