Skip to content

Commit 54867a8

Browse files
committed
test: Fix upstream check test properly
1 parent cfc59fa commit 54867a8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,4 @@ jobs:
9797
working-directory: nginx-module-vts
9898
run: |
9999
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
100+
sudo TEST_UPSTREAM_CHECK=1 TEST_NGINX_SLEEP=1 PATH=/usr/local/nginx/sbin:$PATH prove t/024.upstream_check.t

0 commit comments

Comments
 (0)