Wrap rake in bundle exec

This commit is contained in:
Jessica Stokes
2021-07-14 10:01:02 -07:00
parent 28a6d08088
commit 4a12fbe49d

View File

@@ -20,5 +20,5 @@ jobs:
working-directory: ./tests
- name: Run tests
run: rake
run: bundle exec rake
working-directory: ./tests