From e4a3965405cfbaadbf8e65b4b9058aeabaeb4ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=BD=E5=90=A7=EF=BC=8C=E4=BD=A0=E6=83=B3=E8=AF=B4?= =?UTF-8?q?=E5=95=A5?= Date: Thu, 29 Aug 2024 13:02:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=20=E7=A6=81=E7=94=A8=20swool?= =?UTF-8?q?e=20pg=20test=20=E5=85=81=E8=AE=B8=E7=BC=96=E8=AF=91=E9=80=9A?= =?UTF-8?q?=E8=BF=87=20(#754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 暂时禁用 swoole pg test * Update linux-x86_64.yml --------- Co-authored-by: Tianfeng.Han --- .github/workflows/linux-x86_64.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/linux-x86_64.yml b/.github/workflows/linux-x86_64.yml index c487dbb681..8548afe854 100644 --- a/.github/workflows/linux-x86_64.yml +++ b/.github/workflows/linux-x86_64.yml @@ -143,7 +143,6 @@ jobs: ./bin/swoole-cli -r "echo PHP_VERSION;" ./bin/swoole-cli ./vendor/bin/phpunit ./sapi/src/UnitTest/MainTest.php --list-tests ./bin/swoole-cli ./vendor/bin/phpunit ./sapi/src/UnitTest/MainTest.php - ./bin/swoole-cli ./vendor/bin/phpunit ./sapi/src/UnitTest/SwoolePGSQLTest.php - name: production artifacts debug uses: actions/upload-artifact@v4