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 4ebbfea commit 383775fCopy full SHA for 383775f
.github/workflows/tests.yml
@@ -35,17 +35,7 @@ jobs:
35
uses: "ruby/setup-ruby@v1"
36
with:
37
ruby-version: "${{ matrix.ruby }}"
38
-
39
- - name: "Generate lockfile"
40
- run: |
41
- bundle config path vendor/bundle
42
- bundle lock
43
44
- - name: "Cache Ruby dependencies"
45
- uses: "actions/cache@v4"
46
- with:
47
- path: "vendor/bundle"
48
- key: bundle-${{ hashFiles('Gemfile.lock') }}
+ bundler-cache: true
49
50
- name: "Install Webdriver"
51
run: |
0 commit comments