We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bd7d2 commit 8e6cf0eCopy full SHA for 8e6cf0e
1 file changed
.github/workflows/ruby.yml
@@ -55,6 +55,8 @@ jobs:
55
working-directory: demo
56
bundler-cache: true
57
ruby-version: 3.4
58
+ env:
59
+ BUNDLE_GEMFILE: '../Gemfile'
60
- name: Run tests
61
62
run: bundle exec rake test:all
0 commit comments