Skip to content

Commit 2d1153a

Browse files
committed
wat
1 parent a4dea68 commit 2d1153a

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
@@ -61,7 +61,9 @@ jobs:
6161
uses: actions/cache@v4
6262
with:
6363
path: spec/dummy/vendor/bundle
64-
key: spec-dummy-gem-cache-${{ hashFiles('spec/dummy/Gemfile.lock') }}-oldest
64+
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/
6567
- run: ls vendor/bundle/ruby/3.4.4/gems
6668
- run: ls spec/dummy/vendor/bundle/ruby/3.4.4/gems
6769
- name: Install Ruby Gems for dummy app

0 commit comments

Comments
 (0)