Skip to content

Commit

Permalink
missing env for github workflow run so bundler installs from correct …
Browse files Browse the repository at this point in the history
…gemfile (#324)
  • Loading branch information
yuenmichelle1 authored May 28, 2024
1 parent 0f6c7ef commit d1ac1c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
ruby: 2.6
- gemfile: Gemfile.next
ruby: 2.5
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d1ac1c6

Please sign in to comment.