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 6ef0834 commit 4bb28f6Copy full SHA for 4bb28f6
.github/workflows/tests.yaml
@@ -54,6 +54,8 @@ jobs:
54
- name: Install modules
55
if: steps.modules.outputs.cache-hit != 'true'
56
run: bundle exec r10k puppetfile install
57
+ - name: list modules
58
+ run: bundle exec bundle exec puppet module list --modulepath=modules/
59
60
cache_modules_windows:
61
name: 'Windows: Generate module cache'
@@ -74,6 +76,9 @@ jobs:
74
76
75
77
78
79
80
+ run: bundle exec puppet module list --modulepath=modules/
81
+
82
unit:
83
needs:
84
- rubocop_and_matrix
0 commit comments