mirror of
https://github.com/ticky/wayback-classic.git
synced 2025-12-23 22:17:56 -05:00
Wrap rake in bundle exec
This commit is contained in:
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
@@ -20,5 +20,5 @@ jobs:
|
||||
working-directory: ./tests
|
||||
|
||||
- name: Run tests
|
||||
run: rake
|
||||
run: bundle exec rake
|
||||
working-directory: ./tests
|
||||
|
||||
Reference in New Issue
Block a user