Skip to content

Commit 0f31d31

Browse files
committed
update lua upstream test
1 parent aac2ab3 commit 0f31d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ jobs:
114114
prove -v -Inginx-tests/lib ../../modules/ngx_debug_timer/t
115115
prove -v -Inginx-tests/lib ../../modules/ngx_debug_conn/t
116116
prove -v -Inginx-tests/lib ../../modules/ngx_slab_stat/t
117-
prove -v -Inginx-tests/lib ../../modules/ngx_http_lua_upstream/t
118117
- name: tengine test cases using test-nginx lib
119118
working-directory: tests/test-nginx
120119
run: |
121120
sudo cpanm --notest Shell Test::Base Test::LongString List::MoreUtils LWP::UserAgent HTTP::Response > build.log 2>&1 || (cat build.log && exit 1)
122121
mkdir t
123122
PATH=/usr/local/nginx/sbin:$PATH \
124123
prove -v -Itest-nginx/lib cases/
124+
PATH=/usr/local/nginx/sbin:$PATH \
125+
prove -v -Itest-nginx/lib ../../modules/ngx_http_lua_upstream/t

0 commit comments

Comments
 (0)