File tree Expand file tree Collapse file tree 3 files changed +1
-66
lines changed Expand file tree Collapse file tree 3 files changed +1
-66
lines changed Original file line number Diff line number Diff line change 11name : " ci"
22
33on :
4- push :
5- branches :
6- - " main"
74 pull_request :
85 branches :
96 - " main"
107 workflow_dispatch :
118
129jobs :
13-
1410 spec :
15- strategy :
16- fail-fast : false
17- matrix :
18- ruby_version :
19- - ' 2.7'
20- - ' 3.2'
21- include :
22- - ruby_version : ' 2.7'
23- puppet_gem_version : ' ~> 7.0'
24- - ruby_version : ' 3.2'
25- puppet_gem_version : ' https://github.com/puppetlabs/puppet' # puppet8
26- name : " spec (ruby ${{ matrix.ruby_version }} | puppet ${{ matrix.puppet_gem_version }})"
2711 uses : " puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
2812 secrets : " inherit"
29- with :
30- ruby_version : ${{ matrix.ruby_version }}
31- puppet_gem_version : ${{ matrix.puppet_gem_version }}
32-
33- acceptance :
34- needs : " spec"
35- strategy :
36- fail-fast : false
37- matrix :
38- ruby_version :
39- - ' 2.7'
40- - ' 3.2'
41- name : " acceptance (ruby ${{ matrix.ruby_version }})"
42- uses : " puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
43- secrets : " inherit"
44- with :
45- ruby_version : ${{ matrix.ruby_version }}
46- puppet_version : ${{ matrix.puppet_version }}
Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88jobs :
9-
109 spec :
11- strategy :
12- fail-fast : false
13- matrix :
14- ruby_version :
15- - ' 2.7'
16- - ' 3.2'
17- include :
18- - ruby_version : ' 2.7'
19- puppet_gem_version : ' ~> 7.0'
20- - ruby_version : ' 3.2'
21- puppet_gem_version : ' https://github.com/puppetlabs/puppet' # puppet8
22- name : " spec (ruby ${{ matrix.ruby_version }} | puppet ${{ matrix.puppet_gem_version }})"
2310 uses : " puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
2411 secrets : " inherit"
25- with :
26- ruby_version : ${{ matrix.ruby_version }}
27- puppet_gem_version : ${{ matrix.puppet_gem_version }}
28-
29- acceptance :
30- needs : " spec"
31- strategy :
32- fail-fast : false
33- matrix :
34- ruby_version :
35- - ' 2.7'
36- - ' 3.2'
37- name : " acceptance (ruby ${{ matrix.ruby_version }})"
38- uses : " puppetlabs/cat-github-actions/.github/workflows/gem_acceptance.yml@main"
39- secrets : " inherit"
40- with :
41- ruby_version : ${{ matrix.ruby_version }}
42- puppet_gem_version : ${{ matrix.puppet_gem_version }}
Original file line number Diff line number Diff line change 1- name : " release prep "
1+ name : " Release Prep "
22
33on :
44 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments