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 2c9b026 commit e74cb5eCopy full SHA for e74cb5e
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/checkout@v2
40
- name: Install prerequisites
41
run: |
42
- sudo apt install -y libpcre3-dev libssl-dev zlib1g-dev cpanminus
+ sudo apt install -y libpcre3-dev libssl-dev zlib1g-dev
43
- name: Build
44
env:
45
_NGINX_VERSION: ${{ matrix.nginx }}
@@ -58,6 +58,8 @@ jobs:
58
echo "SHIB_MODULE_PATH=$(pwd)/objs" >> $GITHUB_ENV
59
- name: Test
60
61
+ sudo apt install -y cpanminus
62
+ cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
63
PERL5LIB=$HOME/perl5/lib/perl5 TEST_NGINX_VERBOSE=true prove -v
64
- name: Output debugging info on failure
65
if: ${{ failure() }}
0 commit comments