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.
2 parents 1277c01 + a646cb1 commit 443d883Copy full SHA for 443d883
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: 'prepare cpanm'
72
run: |
73
sudo apt install -y cpanminus
74
- sudo cpanm install Test::Nginx::Socket
+ sudo cpanm --notest Test::Nginx::Socket > build.log 2>&1 || (cat build.log && exit 1)
75
- name: 'prepare promtool'
76
77
sudo apt-get update && sudo apt-get install -y curl
0 commit comments