Skip to content

Commit

Permalink
Fix workflow not able to access bundle installed gems
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelzer committed Sep 5, 2024
1 parent 26bb103 commit 45e25f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
bundler-cache: true
- name: Run Tests
run: |
rake test
bundle exec rake test
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem "rake", "~> 13.2"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.7)
rubyzip (2.3.2)
Expand All @@ -76,6 +77,7 @@ PLATFORMS

DEPENDENCIES
minitest-shopify!
rake (~> 13.2)

BUNDLED WITH
2.5.9

0 comments on commit 45e25f4

Please sign in to comment.