File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : Unit Tests with released Puppet gem
33
4- on : workflow_call
4+ on :
5+ workflow_call :
6+ secrets :
7+ PUPPET_FORGE_TOKEN_PUBLIC :
8+ required : true
59
610jobs :
711 unit_tests_with_released_puppet_gem :
2529
2630 runs-on : ${{ matrix.os }}
2731 env :
28- PUPPET_GEM_VERSION : ~> ${{ matrix.puppet_version }}.0
32+ PUPPET_GEM_VERSION : " source:https://rubygems-puppetcore.puppet.com# ~> ${{ matrix.puppet_version }}.0"
2933 steps :
3034 - name : Checkout current PR code
3135 uses : actions/checkout@v4
3539 with :
3640 ruby-version : ${{ matrix.ruby }}
3741 bundler-cache : true
42+ env :
43+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM : forge-key:${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
44+
45+ - name : List gems
46+ run : cat Gemfile.lock
3847
3948 - name : Run unit tests
4049 run : bundle exec rake parallel_spec
You can’t perform that action at this time.
0 commit comments