File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : " Integration Testing"
2
2
3
- on : [pull_request]
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - " main"
7
+ workflow_call :
8
+ workflow_dispatch :
4
9
5
10
jobs :
6
11
setup_matrix :
32
37
id : get-matrix
33
38
run : |
34
39
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
35
- echo "matrix={'platform':['centos-7'],'collection':['puppet6 -nightly']}" >> $GITHUB_OUTPUT
40
+ echo "matrix={'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8 -nightly']}" >> $GITHUB_OUTPUT
36
41
else
37
42
echo "matrix={}" >> $GITHUB_OUTPUT
38
43
fi
47
52
fail-fast : false
48
53
matrix : ${{fromJson(needs.setup_matrix.outputs.matrix)}}
49
54
55
+ env :
56
+ PUPPET_GEM_VERSION : ' ~> 7.24'
57
+ FACTER_GEM_VERSION : ' https://github.com/puppetlabs/facter#main' # why is this set?
58
+
50
59
steps :
51
60
52
61
- name : Checkout Source
Original file line number Diff line number Diff line change 18
18
with :
19
19
runs_on : " ubuntu-20.04"
20
20
secrets : " inherit"
21
+
22
+ Integration :
23
+ needs : Acceptance
24
+ uses : " ./.github/workflows/integration_test.yml"
25
+ with :
26
+ runs_on : " ubuntu-20.04"
You can’t perform that action at this time.
0 commit comments