Skip to content

Commit c3c2273

Browse files
committed
replace path
1 parent e582b71 commit c3c2273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/ruby.yml

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: Save dummy app ruby gems to cache
111111
uses: actions/cache@v3
112112
with:
113+
path: test/dummy/vendor/bundle
113114
key: dummy-app-gem-cache-${{ hashFiles(format('{0}/gemfiles/{1}.gemfile.lock', github.workspace, matrix.gemfile)) }}
114115
- name: Install Ruby Gems for dummy app
115116
run: bundle lock --add-platform 'x86_64-linux' && bundle check --path=test/dummy/vendor/bundle || bundle _2.4.9_ install --frozen --path=test/dummy/vendor/bundle --jobs=4 --retry=3

0 commit comments

Comments
 (0)