File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5252 uses : actions/cache@v4
5353 with :
5454 path : spec/dummy/node_modules
55- key : dummy-app-node-modules-cache-${{ hashFiles('spec/dummy/package.json') }}-${{ matrix.versions }}
55+ key : dummy-app-node-modules-cache-${{ hashFiles('spec/dummy/package.json') }}-newest
5656 - name : yalc add react-on-rails
5757 run : cd spec/dummy && yalc add react-on-rails
5858 - name : Install Node modules with Yarn for dummy app
6767 uses : actions/cache@v4
6868 with :
6969 path : spec/dummy/vendor/bundle
70- key : dummy-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-${{ matrix.versions }}
70+ key : dummy-app-gem-cache-${{ hashFiles('react_on_rails.gemspec') }}-${{ hashFiles('Gemfile.development_dependencies') }}-oldest
7171 - name : Install Ruby Gems for dummy app
7272 run : |
7373 cd spec/dummy
You can’t perform that action at this time.
0 commit comments