Skip to content

Commit

Permalink
try using bundle rake instead
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Oct 31, 2023
1 parent 790a40f commit e87c0f8
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 @@ -39,8 +39,8 @@ jobs:
- name: Migrate test database
run: RAILS_ENV=test bundle exec rake db:migrate

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

- name: Run rspec
run: bin/rspec
Expand Down

0 comments on commit e87c0f8

Please sign in to comment.