Skip to content

Commit

Permalink
Add bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Jun 4, 2023
1 parent e418a4a commit 7e573fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
run: |
bin/rails db:setup
- name: Run bundler
run: bundle install

- name: Run tests
run: bin/rails test

0 comments on commit 7e573fd

Please sign in to comment.