From 0f31d3145b2b3c04e3e6ef1f3eab607df300b455 Mon Sep 17 00:00:00 2001 From: lhanjian Date: Tue, 27 Aug 2024 15:18:46 +0800 Subject: [PATCH] update lua upstream test --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba2a778d3..3df2c18ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,6 @@ jobs: prove -v -Inginx-tests/lib ../../modules/ngx_debug_timer/t prove -v -Inginx-tests/lib ../../modules/ngx_debug_conn/t prove -v -Inginx-tests/lib ../../modules/ngx_slab_stat/t - prove -v -Inginx-tests/lib ../../modules/ngx_http_lua_upstream/t - name: tengine test cases using test-nginx lib working-directory: tests/test-nginx run: | @@ -122,3 +121,5 @@ jobs: mkdir t PATH=/usr/local/nginx/sbin:$PATH \ prove -v -Itest-nginx/lib cases/ + PATH=/usr/local/nginx/sbin:$PATH \ + prove -v -Itest-nginx/lib ../../modules/ngx_http_lua_upstream/t