Skip to content

Commit a4630ae

Browse files
jonathanhefnereregon
authored andcommitted
Suggest absolute path for BUNDLE_GEMFILE
This ensures the gemfile can be found when a step changes the working directory.
1 parent cae9d25 commit a4630ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
gemfile: [ rails5, rails6 ]
109109
runs-on: ubuntu-latest
110110
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
111-
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
111+
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
112112
steps:
113113
- uses: actions/checkout@v2
114114
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)