We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc59fa commit 54867a8Copy full SHA for 54867a8
.github/workflows/ci.yml
@@ -97,7 +97,4 @@ jobs:
97
working-directory: nginx-module-vts
98
run: |
99
echo "/usr/local/nginx/sbin/" >> $GITHUB_PATH
100
- sudo PATH=/usr/local/nginx/sbin:$PATH prove t/024.upstream_check.t
101
- env:
102
- TEST_UPSTREAM_CHECK: 1
103
- TEST_NGINX_SLEEP: 1
+ sudo TEST_UPSTREAM_CHECK=1 TEST_NGINX_SLEEP=1 PATH=/usr/local/nginx/sbin:$PATH prove t/024.upstream_check.t
0 commit comments