File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 36
36
bundle env
37
37
echo ::endgroup::
38
38
39
- - name : Run validation steps
40
- run : |
41
- bundle exec rake validate
42
-
43
39
- name : Setup Acceptance Test Matrix
44
40
id : get-matrix
45
41
run : |
56
52
fail-fast : false
57
53
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
58
54
55
+ env :
56
+ PUPPET_GEM_VERSION : ' ~> 7.24'
57
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
58
+
59
59
steps :
60
60
- name : Checkout Source
61
61
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 35
35
bundle env
36
36
echo ::endgroup::
37
37
38
- - name : Run validation steps
39
- run : |
40
- bundle exec rake validate
41
-
42
38
- name : Setup Acceptance Test Matrix
43
39
id : get-matrix
44
40
run : |
54
50
strategy :
55
51
fail-fast : false
56
52
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
53
+
54
+ env :
55
+ PUPPET_GEM_VERSION : ' ~> 7.24'
56
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main'
57
57
58
58
steps :
59
59
- name : Checkout Source
You can’t perform that action at this time.
0 commit comments