mirror of
https://github.com/potats0/lua-resty-coraza.git
synced 2025-06-28 17:41:00 +03:00
Update CI.yml
This commit is contained in:
parent
010511a9dc
commit
0f47bf6d30
9
.github/workflows/CI.yml
vendored
9
.github/workflows/CI.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
|||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo cpan Test::Nginx
|
sudo cpan -T Test::Nginx
|
||||||
sudo cpan Test::Nginx::Socket
|
sudo cpan -T Test::Nginx::Socket
|
||||||
|
|
||||||
- name: Setup openresty
|
- name: Setup openresty
|
||||||
uses: leafo/gh-actions-openresty@v1
|
uses: leafo/gh-actions-openresty@v1
|
||||||
@ -37,4 +37,7 @@ jobs:
|
|||||||
openrestyVersion: "1.21.4.1"
|
openrestyVersion: "1.21.4.1"
|
||||||
|
|
||||||
- name: run test::Nginx
|
- name: run test::Nginx
|
||||||
run: prove -t
|
run: |
|
||||||
|
whereis openresty
|
||||||
|
export PATH=/usr/local/openresty/bin:$PATH
|
||||||
|
prove -t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user