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 dc9bd59 + 9969230 commit de5b330Copy full SHA for de5b330
.github/workflows/unit_tests_with_released_puppet_gem.yaml
@@ -17,10 +17,8 @@ jobs:
17
include:
18
- puppet_version: '7'
19
ruby: '2.7'
20
- puppet_forge_token: ${{ null }}
21
- puppet_version: '8'
22
ruby: '3.1'
23
- puppet_forge_token: 'YES'
24
25
- os: 'ubuntu-latest'
26
os_type: 'Linux'
@@ -46,8 +44,8 @@ jobs:
46
44
ruby-version: ${{ matrix.ruby }}
47
45
bundler-cache: true
48
env:
49
- BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ matrix.puppet_version != '7' && secrets.PUPPET_FORGE_TOKEN_PUBLIC || '' }}
50
- PUPPET_FORGE_TOKEN: ${{ matrix.puppet_forge_token }}
+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC || '' }}
+ PUPPET_FORGE_TOKEN: 'YES'
51
52
- name: Run unit tests
53
run: bundle exec rake parallel_spec
0 commit comments