diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46f980c2d..cc82c5757 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,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: | @@ -120,3 +119,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