Skip to content

Commit

Permalink
update lua upstream test
Browse files Browse the repository at this point in the history
  • Loading branch information
lhanjian committed Aug 27, 2024
1 parent 6521a49 commit 41cb858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,12 @@ 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: |
sudo cpanm --notest Shell Test::Base Test::LongString List::MoreUtils LWP::UserAgent HTTP::Response > build.log 2>&1 || (cat build.log && exit 1)
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

0 comments on commit 41cb858

Please sign in to comment.