Skip to content

Commit

Permalink
deal with differences in rails spec db handling for rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Oct 31, 2023
1 parent 68bda18 commit 44135aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
bundle install
- name: Migrate test database
run: bin/rails db:migrate RAILS_ENV=test
run: bundle exec rake db:migrate db:test:prepare

- name: Run rspec
run: bin/rspec
run: bundle exec rake

- name: Upload coverage results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 44135aa

Please sign in to comment.