Skip to content

Commit

Permalink
Change database setup
Browse files Browse the repository at this point in the history
- Test if it will work
  • Loading branch information
sassani134 committed Oct 1, 2024
1 parent 94891fc commit 34270a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
with:
bundler-cache: true
# Add or replace database setup steps here
- name: db create
run: bin/rails db:create
# - name: db migrate
# run: bin/rails db:migrate
- name: Set up database schema
run: bin/rails db:schema:load
# Add or replace test runners here
Expand Down

0 comments on commit 34270a7

Please sign in to comment.