Skip to content

Commit 8e6cf0e

Browse files
committed
Set Gemfile for bundle install in demo
1 parent 44bd7d2 commit 8e6cf0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
working-directory: demo
5656
bundler-cache: true
5757
ruby-version: 3.4
58+
env:
59+
BUNDLE_GEMFILE: '../Gemfile'
5860
- name: Run tests
5961
working-directory: demo
6062
run: bundle exec rake test:all

0 commit comments

Comments
 (0)