Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fmanimashaun committed Feb 15, 2024
1 parent 0ba53e8 commit e700213
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
RAILS_ENV: test
DATABASE_URL: postgres://postgres:postgres@localhost/test_database
SECRET_KEY_BASE: ${{ secrets.SECRET_KEY_BASE }}
run: bundle exec rails db:create db:schema:load
bundle exec rspec
run: bundle exec rails db:create db:schema:load && bundle exec rspec

0 comments on commit e700213

Please sign in to comment.