Skip to content

Commit 7c555d2

Browse files
committed
Always use bundle exec
1 parent 947bad9 commit 7c555d2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
id: bundle
4242
run: |
4343
bundle install
44-
echo "exec=bundle exec" >> $GITHUB_OUTPUT
4544
if: "matrix.ruby <= '2.1'"
4645
- name: Run test
47-
run: ${{steps.bundle.outputs.exec}} rake test
46+
run: bundle exec rake test
4847
- id: build
4948
run: |
5049
rake build

0 commit comments

Comments
 (0)