Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Apr 29, 2024
1 parent c05b51e commit b36393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run test
env:
MATRIX_RAILS_VERSION: ${{ matrix.rails }}
run: bundle exec appraisal rails_${MATRIX_RAILS_VERSION} rake test
run: bundle exec appraisal rails-${MATRIX_RAILS_VERSION} rake test

0 comments on commit b36393b

Please sign in to comment.