Skip to content

Commit

Permalink
kick it old school
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Oct 31, 2023
1 parent e87c0f8 commit e346e5a
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,13 +37,13 @@ jobs:
bundle install
- name: Migrate test database
run: RAILS_ENV=test bundle exec rake db:migrate
run: bundle exec rake db:migrate db:test:prepare

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- 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 e346e5a

Please sign in to comment.