From f6314a23e9fdd9a4e17738e05751c707e7ee8da4 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Feb 2023 11:52:08 -0800 Subject: [PATCH] update the script path from ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bffb43b..ab7fc7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: phpize ./configure make - ./run_tests + ./dev-scripts/run_tests # linux-arm: # name: ARM (${{ matrix.arch }})