We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e582b71 commit c3c2273Copy full SHA for c3c2273
.github/workflows/ruby.yml
@@ -110,6 +110,7 @@ jobs:
110
- name: Save dummy app ruby gems to cache
111
uses: actions/cache@v3
112
with:
113
+ path: test/dummy/vendor/bundle
114
key: dummy-app-gem-cache-${{ hashFiles(format('{0}/gemfiles/{1}.gemfile.lock', github.workspace, matrix.gemfile)) }}
115
- name: Install Ruby Gems for dummy app
116
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