Skip to content

Commit d8b7f9f

Browse files
committed
more debugging
1 parent cdec949 commit d8b7f9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lint-js-and-ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

0 commit comments

Comments
 (0)