Skip to content

Commit 4528e53

Browse files
authored
Merge pull request #33 from puppetlabs/fix-test-gem-dependencies
(maint) Specify PUPPET_FORGE_TOKEN for test execution
2 parents 635c90e + 8aeaac5 commit 4528e53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unit_tests_with_released_puppet_gem.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ jobs:
4949

5050
- name: Run unit tests
5151
run: bundle exec rake parallel_spec
52+
env:
53+
PUPPET_FORGE_TOKEN: 'YES'

0 commit comments

Comments
 (0)