Skip to content

Commit

Permalink
add CI task ti run migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyAndriyovuch committed Nov 12, 2023
1 parent 90129ae commit 7bff3d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
run: |
mv config/database.yml.docker config/database.yml
- name: Run migrations
run: |
bundle exec rails db:migrate
- name: Precompile assets
run: |
bundle exec rails assets:precompile
Expand Down

0 comments on commit 7bff3d4

Please sign in to comment.