Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
alhajrahmoun committed Feb 20, 2024
2 parents aea664e + ad5c42b commit 83253e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Set up database schema
run: bin/rails db:schema:load

- name: precompile assets
run: bin/rails assets:precompile

- name: Run tests
run: bin/bundle exec rspec
- name: Run code coverage
Expand Down

0 comments on commit 83253e5

Please sign in to comment.