File tree 2 files changed +3
-5
lines changed
moduleroot/.github/workflows
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Gemfile:
18
18
- gem : coveralls
19
19
- gem : simplecov-console
20
20
- gem : puppet_metadata
21
- version : ' ~> 0.3 .0'
21
+ version : ' ~> 1 .0'
22
22
' :development ' :
23
23
- gem : guard-rake
24
24
- gem : overcommit
Original file line number Diff line number Diff line change 12
12
runs-on: ubuntu-latest
13
13
timeout-minutes: <%= @configs['timeout_minutes'] %>
14
14
outputs:
15
- beaker_setfiles: ${{ steps.get-outputs.outputs.beaker_setfiles }}
16
- puppet_major_versions: ${{ steps.get-outputs.outputs.puppet_major_versions }}
17
15
puppet_unit_test_matrix: ${{ steps.get-outputs.outputs.puppet_unit_test_matrix }}
16
+ github_action_test_matrix: ${{ steps.get-outputs.outputs.github_action_test_matrix }}
18
17
env:
19
18
BUNDLE_WITHOUT: development:system_tests:release
20
19
steps:
63
62
strategy:
64
63
fail-fast: false
65
64
matrix:
66
- setfile: ${{fromJson(needs.setup_matrix.outputs.beaker_setfiles)}}
67
- puppet: ${{fromJson(needs.setup_matrix.outputs.puppet_major_versions)}}
65
+ include: ${{fromJson(needs.setup_matrix.outputs.github_action_test_matrix)}}
68
66
<%- @configs [ 'beaker_fact_matrix' ] . each do |option , values | -%>
69
67
<%= option %> :
70
68
<%- values . each do |value | -%>
You can’t perform that action at this time.
0 commit comments