@@ -67,11 +67,13 @@ jobs:
67
67
- name : Test
68
68
uses : ./.github/actions/test-linux
69
69
with :
70
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
70
71
runTestsParameters : >-
71
72
${{ matrix.run_tests_parameters }}
72
73
- name : Test Tracing JIT
73
74
uses : ./.github/actions/test-linux
74
75
with :
76
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
75
77
runTestsParameters : >-
76
78
${{ matrix.run_tests_parameters }}
77
79
-d zend_extension=opcache.so
@@ -80,13 +82,15 @@ jobs:
80
82
- name : Test OpCache
81
83
uses : ./.github/actions/test-linux
82
84
with :
85
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
83
86
runTestsParameters : >-
84
87
${{ matrix.run_tests_parameters }}
85
88
-d zend_extension=opcache.so
86
89
-d opcache.enable_cli=1
87
90
- name : Test Function JIT
88
91
uses : ./.github/actions/test-linux
89
92
with :
93
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
90
94
runTestsParameters : >-
91
95
${{ matrix.run_tests_parameters }}
92
96
-d zend_extension=opcache.so
@@ -127,9 +131,12 @@ jobs:
127
131
run : sudo make install
128
132
- name : Test
129
133
uses : ./.github/actions/test-macos
134
+ with :
135
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
130
136
- name : Test Tracing JIT
131
137
uses : ./.github/actions/test-macos
132
138
with :
139
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
133
140
runTestsParameters : >-
134
141
-d zend_extension=opcache.so
135
142
-d opcache.enable_cli=1
@@ -138,13 +145,15 @@ jobs:
138
145
- name : Test OpCache
139
146
uses : ./.github/actions/test-macos
140
147
with :
148
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
141
149
runTestsParameters : >-
142
150
-d zend_extension=opcache.so
143
151
-d opcache.enable_cli=1
144
152
-d opcache.protect_memory=1
145
153
- name : Test Function JIT
146
154
uses : ./.github/actions/test-macos
147
155
with :
156
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
148
157
runTestsParameters : >-
149
158
-d zend_extension=opcache.so
150
159
-d opcache.enable_cli=1
0 commit comments