Skip to content

Commit 5ce8fcd

Browse files
authored
Merge pull request #29 from puppetlabs/add-released-puppet-for-code-coverage
(PA-7366) pull from puppetcore for code analysis
2 parents 25a5386 + b4b0699 commit 5ce8fcd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/static_code_analysis.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
uses: ruby/setup-ruby@v1
2323
with:
2424
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
25+
bundler-cache: true
26+
env:
27+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
28+
PUPPET_FORGE_TOKEN: 'YES'
3029

3130
- name: Run rubocop check
3231
run: bundle exec rake ${{ env.extra_checks }} rubocop

0 commit comments

Comments
 (0)