We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3995774 commit 4bcc2d7Copy full SHA for 4bcc2d7
.github/workflows/ruby.yml
@@ -107,6 +107,8 @@ jobs:
107
ruby-version: ${{ matrix.ruby }}
108
- run: ./test/bin/create-fake-js-package-managers ${{ matrix.js_package_manager.installer }}
109
- 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') }}
112
- run: echo '${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock'
113
- run: ls -l '${{ github.workspace }}/gemfiles/'
114
- name: Save dummy app ruby gems to cache
0 commit comments