Skip to content

Commit

Permalink
Fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Jul 13, 2023
1 parent 0c0d778 commit 55cb881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_ruby-gemfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
gemfile: ${{ fromJSON(inputs.gemfiles) }}
bundler: ${{ fromJSON(inputs.bundler) }}
env:
BUNDLER_GEMFILE: '${{ matrix.gemfile }}'
BUNDLE_GEMFILE: '${{ matrix.gemfile }}'
RAILS_ENV: test
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 55cb881

Please sign in to comment.