File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 44 steps :
55 - shell : bash
66 run : |
7- set -x
8-
97 sudo service mysql start
8+ journalctl -xeu mysql.service
109 sudo service slapd start
1110 mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
1211 # Ensure local_infile tests can run.
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 if : ${{ !matrix.asan }}
144144 uses : ./.github/actions/verify-generated-files
145145 LINUX_X32 :
146- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
146+ if : 0
147147 name : LINUX_X32_DEBUG_ZTS
148148 runs-on : ubuntu-latest
149149 container :
@@ -188,7 +188,7 @@ jobs:
188188 -d zend_extension=opcache.so
189189 -d opcache.enable_cli=1
190190 MACOS_DEBUG_NTS :
191- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
191+ if : 0
192192 strategy :
193193 fail-fast : false
194194 matrix :
@@ -230,7 +230,7 @@ jobs:
230230 - name : Verify generated files are up to date
231231 uses : ./.github/actions/verify-generated-files
232232 WINDOWS :
233- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
233+ if : 0
234234 name : WINDOWS_X64_ZTS
235235 runs-on : windows-2022
236236 env :
@@ -257,7 +257,7 @@ jobs:
257257 run : .github/scripts/windows/test.bat
258258 BENCHMARKING :
259259 name : BENCHMARKING
260- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
260+ if : 0
261261 runs-on : ubuntu-22.04
262262 steps :
263263 - name : git checkout
You can’t perform that action at this time.
0 commit comments