Skip to content

Commit 6fa0496

Browse files
committed
GitHub actions
1 parent 5bdd7b0 commit 6fa0496

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
run: |
3232
cd nginx && make -j$(nproc)
3333
34-
- name: Test the module
34+
- name: Ensure Test::Nginx installed
3535
run: |
36-
PATH=$(pwd)/nginx/objs:$PATH cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
36+
cpanm --notest --local-lib=$HOME/perl5 Test::Nginx
3737
38-
- name: Test the module 2
38+
- name: Test the module
3939
run: |
40-
PERL5LIB=$HOME/perl5/lib/perl5 TEST_NGINX_VERBOSE=true prove -v
40+
PATH=$(pwd)/nginx/objs:$PATH PERL5LIB=$HOME/perl5/lib/perl5 TEST_NGINX_VERBOSE=true prove -v

0 commit comments

Comments
 (0)