Skip to content

Commit

Permalink
Run load_schema + migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPasquale committed Mar 11, 2025
1 parent a402b3c commit 681e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: bundle exec rails runner 'puts Rails.application.secret_key_base'
- name: Setup Database
run: |
bundle exec rails parallel:setup
bundle exec rails parallel:load_schema
bundle exec rails parallel:migrate
- name: Check for untracked changes in schema.rb
uses: rootstrap/check_untracked_changes@v1
Expand Down

0 comments on commit 681e16d

Please sign in to comment.