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 05f79ae commit 97c0d2dCopy full SHA for 97c0d2d
.github/workflows/ci.yml
@@ -30,17 +30,7 @@ jobs:
30
uses: "ruby/setup-ruby@v1"
31
with:
32
ruby-version: "${{ matrix.ruby }}"
33
-
34
- - name: "Generate lockfile"
35
- run: |
36
- bundle config path vendor/bundle
37
- bundle lock
38
39
- - name: "Cache Ruby dependencies"
40
- uses: actions/cache@v2
41
- with:
42
- path: vendor/bundle
43
- key: bundle-${{ hashFiles('Gemfile.lock') }}
+ bundler-cache: true
44
45
- name: Install NodeJS
46
uses: actions/setup-node@v2
0 commit comments