We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dc93a commit bef329bCopy full SHA for bef329b
.github/workflows/ci.yml
@@ -82,9 +82,10 @@ jobs:
82
run: |
83
wget https://raw.githubusercontent.com/api7/apisix-build-tools/refs/heads/release/api7ee-runtime/build-api7ee-runtime.sh
84
chmod +x build-api7ee-runtime.sh
85
- ./build-api7ee-runtime.sh latest
+ sudo ./build-api7ee-runtime.sh latest
86
87
- name: Script
88
89
+ sudo su
90
export PATH=$OPENRESTY_PREFIX/nginx/sbin:$PATH
91
prove -I. -Itest-nginx/lib -r t/
0 commit comments