Update CI.yml

This commit is contained in:
potats0 2023-07-06 17:24:03 +08:00 committed by GitHub
parent 0f47bf6d30
commit 728398ac86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,6 @@ jobs:
- name: run test::Nginx - name: run test::Nginx
run: | run: |
whereis openresty export PATH=/usr/local/openresty/nginx/sbin:$PATH
export PATH=/usr/local/openresty/bin:$PATH openresty -v
prove -t sudo prove -t