Skip to content

Commit

Permalink
Try bundle exec
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbinns committed Aug 6, 2024
1 parent 381291a commit 502ecfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ruby-version: "${{ matrix.ruby-version }}"
- name: Start bin/que
run: |
bin/que ./lib/que.rb --metrics-port=8080 --ci
bundle exec bin/que ./lib/que.rb --metrics-port=8080 --ci
rspec:
strategy:
Expand Down

0 comments on commit 502ecfc

Please sign in to comment.