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 run : cd spec/dummy && yarn install --no-progress --no-emoji --frozen-lockfile
5353 - name : Install Ruby Gems for package
5454 run : bundle check --path=vendor/bundle || bundle _2.5.9_ install --path=vendor/bundle --jobs=4 --retry=3
55+ - run : ls vendor/bundle/ruby/
56+ - run : ls vendor/bundle/ruby/3.4.4/
5557 - run : ls vendor/bundle/ruby/3.4.4/gems
5658 - name : Lint Ruby
5759 run : bundle exec rubocop
6264 with :
6365 path : spec/dummy/vendor/bundle
6466 key : dummy-app-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-oldest
65- - run : ls vendor/bundle/ruby/
66- - run : ls vendor/bundle/ruby/3.4.4/
6767 - run : ls vendor/bundle/ruby/3.4.4/gems
6868 - run : ls spec/dummy/vendor/bundle/ruby/3.4.4/gems
6969 - name : Install Ruby Gems for dummy app
You can’t perform that action at this time.
0 commit comments