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