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.
2 parents 5349dc9 + 86820ee commit 1a0ec94Copy full SHA for 1a0ec94
.github/workflows/rspec_tests.yaml
@@ -24,6 +24,8 @@ jobs:
24
- {os: windows-2019, ruby: '3.2'} # openssl 3
25
26
runs-on: ${{ matrix.cfg.os }}
27
+ env:
28
+ BUNDLE_SET: "without packaging documentation"
29
steps:
30
- name: Checkout current PR
31
uses: actions/checkout@v4
@@ -32,12 +34,7 @@ jobs:
32
34
uses: ruby/setup-ruby@v1
33
35
with:
36
ruby-version: ${{ matrix.cfg.ruby }}
-
- - name: Update rubygems and install gems
37
- run: |
38
- gem update --system --silent --no-document
39
- bundle config set without packaging documentation
40
- bundle install --jobs 4 --retry 3
+ bundler-cache: true
41
42
- name: Run tests on Windows
43
if: runner.os == 'Windows'
0 commit comments