@@ -67,11 +67,13 @@ jobs:
6767 - name : Test
6868 uses : ./.github/actions/test-linux
6969 with :
70+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
7071 runTestsParameters : >-
7172 ${{ matrix.run_tests_parameters }}
7273 - name : Test Tracing JIT
7374 uses : ./.github/actions/test-linux
7475 with :
76+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
7577 runTestsParameters : >-
7678 ${{ matrix.run_tests_parameters }}
7779 -d zend_extension=opcache.so
@@ -80,13 +82,15 @@ jobs:
8082 - name : Test OpCache
8183 uses : ./.github/actions/test-linux
8284 with :
85+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
8386 runTestsParameters : >-
8487 ${{ matrix.run_tests_parameters }}
8588 -d zend_extension=opcache.so
8689 -d opcache.enable_cli=1
8790 - name : Test Function JIT
8891 uses : ./.github/actions/test-linux
8992 with :
93+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
9094 runTestsParameters : >-
9195 ${{ matrix.run_tests_parameters }}
9296 -d zend_extension=opcache.so
@@ -127,9 +131,12 @@ jobs:
127131 run : sudo make install
128132 - name : Test
129133 uses : ./.github/actions/test-macos
134+ with :
135+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
130136 - name : Test Tracing JIT
131137 uses : ./.github/actions/test-macos
132138 with :
139+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
133140 runTestsParameters : >-
134141 -d zend_extension=opcache.so
135142 -d opcache.enable_cli=1
@@ -138,13 +145,15 @@ jobs:
138145 - name : Test OpCache
139146 uses : ./.github/actions/test-macos
140147 with :
148+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
141149 runTestsParameters : >-
142150 -d zend_extension=opcache.so
143151 -d opcache.enable_cli=1
144152 -d opcache.protect_memory=1
145153 - name : Test Function JIT
146154 uses : ./.github/actions/test-macos
147155 with :
156+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
148157 runTestsParameters : >-
149158 -d zend_extension=opcache.so
150159 -d opcache.enable_cli=1
0 commit comments