From babc4bf33040eca5e94a16899571f28ab480e827 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Thu, 23 Feb 2023 15:54:23 -0800 Subject: [PATCH] one more test --- .github/workflows/ci.yml | 1 + dev-scripts/run_tests.bat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d31cda..47918b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,7 @@ jobs: phpize .\configure --with-prefix=${{steps.setup-php-sdk.outputs.prefix}} --enable-awscrt=shared nmake + nmake install .\dev-scripts\run_tests # windows-vc14: diff --git a/dev-scripts/run_tests.bat b/dev-scripts/run_tests.bat index bf752c5..b17fc04 100644 --- a/dev-scripts/run_tests.bat +++ b/dev-scripts/run_tests.bat @@ -14,7 +14,7 @@ if "%composer_dir%"=="" ( set "work_dir=%script_dir%/.." cd %work_dir% echo %work_dir% - ls x64\Release + ls x64\ php -c php-win.ini %composer_dir% update if %errorlevel% neq 0 (