From 54867a863ec212c130503ff78a6d700e821d1c26 Mon Sep 17 00:00:00 2001 From: u5surf Date: Mon, 13 Mar 2023 09:53:56 +0900 Subject: [PATCH] test: Fix upstream check test properly --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 561594e..5749645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,4 @@ jobs: working-directory: nginx-module-vts run: | echo "/usr/local/nginx/sbin/" >> $GITHUB_PATH - sudo PATH=/usr/local/nginx/sbin:$PATH prove t/024.upstream_check.t - env: - TEST_UPSTREAM_CHECK: 1 - 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