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 21c438e commit b4b0699Copy full SHA for b4b0699
.github/workflows/static_code_analysis.yaml
@@ -22,11 +22,10 @@ jobs:
22
uses: ruby/setup-ruby@v1
23
with:
24
ruby-version: ${{ env.ruby_version }}
25
-
26
- - name: Prepare testing environment with bundler
27
- run: |
28
- git config --global core.longpaths true
29
- bundle update --jobs 4 --retry 3
+ bundler-cache: true
+ env:
+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
+ PUPPET_FORGE_TOKEN: 'YES'
30
31
- name: Run rubocop check
32
run: bundle exec rake ${{ env.extra_checks }} rubocop
0 commit comments