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 5bdd7b0 commit 6fa0496Copy full SHA for 6fa0496
.github/workflows/build.yml
@@ -31,10 +31,10 @@ jobs:
31
run: |
32
cd nginx && make -j$(nproc)
33
34
- - name: Test the module
+ - name: Ensure Test::Nginx installed
35
36
- PATH=$(pwd)/nginx/objs:$PATH cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
+ cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
37
38
- - name: Test the module 2
+ - name: Test the module
39
40
- PERL5LIB=$HOME/perl5/lib/perl5 TEST_NGINX_VERBOSE=true prove -v
+ PATH=$(pwd)/nginx/objs:$PATH PERL5LIB=$HOME/perl5/lib/perl5 TEST_NGINX_VERBOSE=true prove -v
0 commit comments