File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
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/gems
55+ - run : ls vendor/bundle
5656 - name : Lint Ruby
5757 run : bundle exec rubocop
5858 - name : Install Node modules with Yarn for dummy app
@@ -63,12 +63,14 @@ jobs:
6363 path : spec/dummy/vendor/bundle
6464 key : spec-dummy-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-oldest
6565 - run : ls spec/dummy/vendor/bundle
66+ - run : ls vendor/bundle/gems
6667 - name : Install Ruby Gems for dummy app
6768 run : |
6869 cd spec/dummy
6970 bundle lock --add-platform 'x86_64-linux'
7071 if ! bundle check --path=vendor/bundle; then
7172 bundle _2.5.9_ install --path=vendor/bundle --jobs=4 --retry=3 --frozen
7273 fi
74+ - run : ls spec/dummy/vendor/bundle
7375 - run : ls vendor/bundle/gems
7476 - run : ls spec/dummy/vendor/bundle/gems
You can’t perform that action at this time.
0 commit comments