Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoGabriel55 committed Oct 25, 2023
1 parent acd2221 commit 170cf87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.157.0
run: bundle install
with:
ruby-version: '3.2.2'
bundler-cache: true

- name: Set up database schema
run: bundle install && bundle exec rails db:schema:load
run: bundle exec rails db:schema:load
working-directory: ./backend

- name: Run tests
Expand Down

0 comments on commit 170cf87

Please sign in to comment.