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 49a7887 commit 3995774Copy full SHA for 3995774
.github/workflows/ruby.yml
@@ -107,9 +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 ${{ github.workspace }}
111
- - run: echo ${{ matrix.gemfile }}
112
- - run: echo '${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock')
+ - run: echo '${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock'
+ - run: ls -l '${{ github.workspace }}/gemfiles/'
113
- name: Save dummy app ruby gems to cache
114
uses: actions/cache@v3
115
with:
0 commit comments