File tree 10 files changed +418
-297
lines changed
ddev/src/ddev/cli/validate
10 files changed +418
-297
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,23 @@ jobs:
21
21
standard : true
22
22
secrets : inherit
23
23
24
- test-dbm :
24
+ test-dbm-integrations :
25
25
needs :
26
26
- cache
27
27
28
- uses : ./.github/workflows/test-dbm.yml
28
+ uses : ./.github/workflows/test-dbm-integrations.yml
29
+ with :
30
+ repo : core
31
+
32
+ # Options
33
+ standard : true
34
+ secrets : inherit
35
+
36
+ test-container-integrations :
37
+ needs :
38
+ - cache
39
+
40
+ uses : ./.github/workflows/test-container-integrations.yml
29
41
with :
30
42
repo : core
31
43
Original file line number Diff line number Diff line change 17
17
test-py2 : true
18
18
secrets : inherit
19
19
20
- test-dbm :
21
- uses : ./.github/workflows/test-dbm.yml
20
+ test-dbm-integrations :
21
+ uses : ./.github/workflows/test-dbm-integrations.yml
22
+ with :
23
+ repo : core
24
+
25
+ # Options
26
+ standard : true
27
+ minimum-base-package : true
28
+ test-py2 : true
29
+ secrets : inherit
30
+
31
+ test-container-integrations :
32
+ uses : ./.github/workflows/test-container-integrations.yml
22
33
with :
23
34
repo : core
24
35
Original file line number Diff line number Diff line change 17
17
test-py3 : false
18
18
secrets : inherit
19
19
20
- test-dbm :
21
- uses : ./.github/workflows/test-dbm.yml
20
+ test-dbm-integrations :
21
+ uses : ./.github/workflows/test-dbm-integrations.yml
22
+ with :
23
+ repo : core
24
+
25
+ # Options
26
+ standard : true
27
+ test-py2 : true
28
+ test-py3 : false
29
+ secrets : inherit
30
+
31
+ test-container-integrations :
32
+ uses : ./.github/workflows/test-container-integrations.yml
22
33
with :
23
34
repo : core
24
35
Original file line number Diff line number Diff line change 25
25
test-py2 : true
26
26
secrets : inherit
27
27
28
- test-dbm :
29
- uses : ./.github/workflows/test-dbm.yml
28
+ test-dbm-integrations :
29
+ uses : ./.github/workflows/test-dbm-integrations.yml
30
+ with :
31
+ repo : core
32
+
33
+ # Options
34
+ standard : true
35
+ test-py2 : true
36
+ secrets : inherit
37
+
38
+ test-container-integrations :
39
+ uses : ./.github/workflows/test-container-integrations.yml
30
40
with :
31
41
repo : core
32
42
Original file line number Diff line number Diff line change 50
50
agent-image-windows-py2 : " ${{ inputs.agent-image-windows-py2 }}"
51
51
secrets : inherit
52
52
53
- test-dbm :
54
- uses : ./.github/workflows/test-dbm.yml
53
+ test-dbm-integrations :
54
+ uses : ./.github/workflows/test-dbm-integrations.yml
55
+ with :
56
+ repo : core
57
+
58
+ # Options
59
+ standard : true
60
+ test-py2 : ${{ inputs.test-py2 }}
61
+ test-py3 : ${{ inputs.test-py3 }}
62
+ agent-image : " ${{ inputs.agent-image }}"
63
+ agent-image-py2 : " ${{ inputs.agent-image-py2 }}"
64
+ agent-image-windows : " ${{ inputs.agent-image-windows }}"
65
+ agent-image-windows-py2 : " ${{ inputs.agent-image-windows-py2 }}"
66
+ secrets : inherit
67
+
68
+ test-container-integrations :
69
+ uses : ./.github/workflows/test-container-integrations.yml
55
70
with :
56
71
repo : core
57
72
You can’t perform that action at this time.
0 commit comments