Skip to content

Commit 3995774

Browse files
committed
wip
1 parent 49a7887 commit 3995774

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +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 ${{ github.workspace }}
111-
- run: echo ${{ matrix.gemfile }}
112-
- run: echo '${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock')
110+
- run: echo '${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile.lock'
111+
- run: ls -l '${{ github.workspace }}/gemfiles/'
113112
- name: Save dummy app ruby gems to cache
114113
uses: actions/cache@v3
115114
with:

0 commit comments

Comments
 (0)