Skip to content

Commit 4bcc2d7

Browse files
committed
wip
1 parent 3995774 commit 4bcc2d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
ruby-version: ${{ matrix.ruby }}
108108
- run: ./test/bin/create-fake-js-package-managers ${{ matrix.js_package_manager.installer }}
109109
- run: echo ${{ hashFiles('${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock') }}
110+
- run: echo ${{ hashFiles('/home/runner/work/react-rails/react-rails/gemfiles/base.gemfile.lock') }}
111+
- run: echo ${{ hashFiles('test/dummy/yarn.lock') }}
110112
- run: echo '${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock'
111113
- run: ls -l '${{ github.workspace }}/gemfiles/'
112114
- name: Save dummy app ruby gems to cache

0 commit comments

Comments
 (0)