Skip to content

Commit

Permalink
Env everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 10, 2024
1 parent 91da010 commit e5158c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby-gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ runs:
ruby-version: '${{ inputs.ruby }}'
working-directory: '${{ inputs.workdir }}'
- name: 'Run the build script'
env:
BUNDLE_GEMFILE: '${{ inputs.gemfile }}'
BUNDLER_VERSION: '${{ inputs.bundler }}'
RAILS_ENV: 'test'
working-directory: '${{ inputs.workdir }}'
shell: 'bash'
run: 'bundle exec rake'

0 comments on commit e5158c9

Please sign in to comment.