File tree 10 files changed +369
-286
lines changed
ddev/src/ddev/cli/validate
10 files changed +369
-286
lines changed Original file line number Diff line number Diff line change 32
32
# Options
33
33
standard : true
34
34
secrets : inherit
35
+
36
+ test-windows-integrations :
37
+ needs :
38
+ - cache
39
+
40
+ uses : ./.github/workflows/test-windows-integrations.yml
41
+ with :
42
+ repo : core
43
+
44
+ # Options
45
+ standard : true
46
+ secrets : inherit
35
47
36
48
test-integrations :
37
49
needs :
Original file line number Diff line number Diff line change 28
28
test-py2 : true
29
29
secrets : inherit
30
30
31
+ test-windows-integrations :
32
+ uses : ./.github/workflows/test-windows-integrations.yml
33
+ with :
34
+ repo : core
35
+
36
+ # Options
37
+ standard : true
38
+ minimum-base-package : true
39
+ test-py2 : true
40
+ secrets : inherit
41
+
31
42
test-integrations :
32
43
uses : ./.github/workflows/test-all.yml
33
44
with :
Original file line number Diff line number Diff line change 28
28
test-py3 : false
29
29
secrets : inherit
30
30
31
+ test-windows-integrations :
32
+ uses : ./.github/workflows/test-windows-integrations.yml
33
+ with :
34
+ repo : core
35
+
36
+ # Options
37
+ standard : true
38
+ test-py2 : true
39
+ test-py3 : false
40
+ secrets : inherit
41
+
31
42
test-integrations :
32
43
uses : ./.github/workflows/test-all.yml
33
44
with :
Original file line number Diff line number Diff line change 35
35
test-py2 : true
36
36
secrets : inherit
37
37
38
+ test-windows-integrations :
39
+ uses : ./.github/workflows/test-windows-integrations.yml
40
+ with :
41
+ repo : core
42
+
43
+ # Options
44
+ standard : true
45
+ test-py2 : true
46
+ secrets : inherit
47
+
38
48
test-integrations :
39
49
uses : ./.github/workflows/test-all.yml
40
50
with :
Original file line number Diff line number Diff line change 65
65
agent-image-windows-py2 : " ${{ inputs.agent-image-windows-py2 }}"
66
66
secrets : inherit
67
67
68
+ test-windows-integrations :
69
+ uses : ./.github/workflows/test-windows-integrations.yml
70
+ with :
71
+ repo : core
72
+
73
+ # Options
74
+ standard : true
75
+ test-py2 : ${{ inputs.test-py2 }}
76
+ test-py3 : ${{ inputs.test-py3 }}
77
+ agent-image : " ${{ inputs.agent-image }}"
78
+ agent-image-py2 : " ${{ inputs.agent-image-py2 }}"
79
+ agent-image-windows : " ${{ inputs.agent-image-windows }}"
80
+ agent-image-windows-py2 : " ${{ inputs.agent-image-windows-py2 }}"
81
+ secrets : inherit
82
+
68
83
test-integrations :
69
84
uses : ./.github/workflows/test-all.yml
70
85
with :
You can’t perform that action at this time.
0 commit comments