Skip to content

Commit

Permalink
use bundle exec to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Largo committed Feb 14, 2024
1 parent f696215 commit 6e48ba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:

- name: Build stub and run tests
run: |
rake build_stub
rake test
bundle exec rake build_stub
bundle exec rake test
4 changes: 2 additions & 2 deletions .github/workflows/windows-gem-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Build stub and run tests
run: |
rake build_stub
rake test
bundle exec rake build_stub
bundle exec rake test
- name: Build Gem
run: |
Expand Down

0 comments on commit 6e48ba7

Please sign in to comment.