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