Skip to content

Commit

Permalink
Merge pull request #1150 from dradis/ci-db-prepare
Browse files Browse the repository at this point in the history
Use db:prepare in ci instead of  schema:load
  • Loading branch information
aapomm authored May 25, 2023
2 parents aebba1d + 050795a commit 7541234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Load database schema
run: bundle exec rails db:schema:load
- name: Prepare database
run: bundle exec rails db:prepare
- name: Precompile assets
run: bundle exec rails assets:precompile
- name: Run tests
Expand Down

0 comments on commit 7541234

Please sign in to comment.