Skip to content

Commit 9878f0d

Browse files
committed
Debug: Skip other tests
1 parent 08f32ac commit 9878f0d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/actions/test-linux/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ runs:
4141
--offline \
4242
--show-diff \
4343
--show-slow 1000 \
44-
--set-timeout 120
44+
--set-timeout 120 \
45+
ext/mysqli/tests/bug73462.phpt

.github/workflows/push.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
include:
6666
- debug: true
6767
zts: false
68-
- debug: false
69-
zts: true
68+
# - debug: false
69+
# zts: true
7070
name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
7171
runs-on: ubuntu-22.04
7272
steps:
@@ -112,7 +112,7 @@ jobs:
112112
- name: Verify generated files are up to date
113113
uses: ./.github/actions/verify-generated-files
114114
MACOS_DEBUG_NTS:
115-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
115+
if: false
116116
runs-on: macos-13
117117
steps:
118118
- name: git checkout
@@ -145,7 +145,7 @@ jobs:
145145
- name: Verify generated files are up to date
146146
uses: ./.github/actions/verify-generated-files
147147
WINDOWS:
148-
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
148+
if: false
149149
name: WINDOWS_X64_ZTS
150150
runs-on: windows-2019
151151
env:
@@ -171,6 +171,7 @@ jobs:
171171
- name: Test
172172
run: .github/scripts/windows/test.bat
173173
FREEBSD:
174+
if: false
174175
name: FREEBSD
175176
runs-on: ubuntu-latest
176177
steps:

0 commit comments

Comments
 (0)