Skip to content

Commit a4bf6db

Browse files
try bundle exec in github action
1 parent a275c64 commit a4bf6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: bundle install
2828

2929
- name: Run tests
30-
run: rake test
30+
run: bundle exec rake test
3131

3232
# Test on latest Ruby
3333
# test_3_3:

0 commit comments

Comments
 (0)